Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Metabor
NamedCollection
PHP Class Metabor\NamedCollection
Author:
Oliver Tischlinger
Inheritance:
implements
IteratorAggregate
,
implements
MetaborStd\NamedCollectionInterface
Exibir arquivo
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
)