PHP Class Metabor\NamedCollection

Author: Oliver Tischlinger
Inheritance: implements IteratorAggregate, implements MetaborStd\NamedCollectionInterface
Show file Open project: metabor/statemachine Class Usage Examples

Public Methods

Method Description
add ( MetaborStd\NamedInterface $object )
get ( $name )
getIterator ( )
getNames ( )
has ( $name )

Method Details

add() public method

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

get() public method

public get ( $name )

getIterator() public method

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

getNames() public method

public getNames ( )

has() public method

public has ( $name )