Method | 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 |
public mergeWith ( self $methodCallsBag ) : self | ||
$methodCallsBag | self | |
return | self |
public with ( Nelmio\Alice\Definition\MethodCallInterface $methodCall ) : self | ||
$methodCall | Nelmio\Alice\Definition\MethodCallInterface | |
return | self |