PHP Class Nelmio\Alice\Definition\PropertyBag

Inheritance: implements IteratorAggregate, implements Countable
Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
count ( ) : integer
getIterator ( )
isEmpty ( ) : boolean
mergeWith ( self $propertyBag ) : self Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
with ( Property $property ) : self

Method Details

count() public méthode

public count ( ) : integer
Résultat integer

getIterator() public méthode

public getIterator ( )

isEmpty() public méthode

public isEmpty ( ) : boolean
Résultat boolean

mergeWith() public méthode

Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
public mergeWith ( self $propertyBag ) : self
$propertyBag self
Résultat self

with() public méthode

public with ( Property $property ) : self
$property Property
Résultat self