PHP Class GraphAware\Reco4PHP\Common\ObjectSet

Inheritance: implements Set
Afficher le fichier Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Свойство Type Description
$className string
$elements array

Méthodes publiques

Méthode Description
__construct ( $className )
add ( $element )
get ( $key )
getAll ( ) : object[]
size ( )

Méthodes protégées

Méthode Description
valid ( object $element ) : boolean

Method Details

__construct() final public méthode

final public __construct ( $className )

add() public méthode

public add ( $element )

get() public méthode

public get ( $key )

getAll() public méthode

public getAll ( ) : object[]
Résultat object[]

size() public méthode

public size ( )

valid() protected méthode

protected valid ( object $element ) : boolean
$element object
Résultat boolean

Property Details

$className protected_oe property

protected string $className
Résultat string

$elements protected_oe property

protected array $elements
Résultat array