PHP Class Deployer\Collection\Collection

Inheritance: implements Deployer\Collection\CollectionInterface, implements Countable
Afficher le fichier Open project: elfet/deployer Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $collection = [] ) Collection constructor.
count ( )
get ( $name )
getIterator ( )
has ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
set ( $name, $object )
toArray ( ) : array

Method Details

__construct() public méthode

Collection constructor.
public __construct ( array $collection = [] )
$collection array

count() public méthode

public count ( )

get() public méthode

public get ( $name )

getIterator() public méthode

public getIterator ( )

has() public méthode

public has ( $name )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

set() public méthode

public set ( $name, $object )

toArray() public méthode

public toArray ( ) : array
Résultat array