PHP Class Metabor\NamedCollection

Author: Oliver Tischlinger
Inheritance: implements IteratorAggregate, implements MetaborStd\NamedCollectionInterface
Afficher le fichier Open project: metabor/statemachine Class Usage Examples

Méthodes publiques

Méthode Description
add ( MetaborStd\NamedInterface $object )
get ( $name )
getIterator ( )
getNames ( )
has ( $name )

Method Details

add() public méthode

public add ( MetaborStd\NamedInterface $object )
$object MetaborStd\NamedInterface

get() public méthode

public get ( $name )

getIterator() public méthode

See also: IteratorAggregate::getIterator()
public getIterator ( )

getNames() public méthode

public getNames ( )

has() public méthode

public has ( $name )