Editor PHP 2.4.0

HelperSet
in package
implements IteratorAggregate

HelperSet represents a set of helpers to be used with a command.

Tags
author

Fabien Potencier fabien@symfony.com

implements

Table of Contents

Interfaces

IteratorAggregate

Methods

__construct()  : mixed
get()  : HelperInterface
Gets a helper value.
getIterator()  : Traversable
has()  : bool
Returns true if the helper if defined.
set()  : void

Methods

getIterator()

public getIterator() : Traversable
Return values
Traversable

has()

Returns true if the helper if defined.

public has(string $name) : bool
Parameters
$name : string
Return values
bool

        
On this page

Search results