PHP Class Nelmio\Alice\Definition\MethodCallBag

Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
isEmpty ( ) : boolean
mergeWith ( self $methodCallsBag ) : self Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
with ( Nelmio\Alice\Definition\MethodCallInterface $methodCall ) : self

Method Details

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 $methodCallsBag ) : self
$methodCallsBag self
Résultat self

with() public méthode

public with ( Nelmio\Alice\Definition\MethodCallInterface $methodCall ) : self
$methodCall Nelmio\Alice\Definition\MethodCallInterface
Résultat self