Méthode | Description | |
---|---|---|
__clone ( ) | ||
__construct ( Nelmio\Alice\Definition\MethodCallInterface $constructor = null, |
||
getConstructor ( ) : Nelmio\Alice\Definition\MethodCallInterface | null | ||
getMethodCalls ( ) : |
||
getProperties ( ) : |
||
mergeWith ( self $specs ) : self | Creates a new instance to which the given specs have been merged. In case of conflicts, the existing values are kept. | |
withConstructor ( Nelmio\Alice\Definition\MethodCallInterface $constructor = null ) : self |
public __construct ( Nelmio\Alice\Definition\MethodCallInterface $constructor = null, |
||
$constructor | Nelmio\Alice\Definition\MethodCallInterface | |
$properties | ||
$calls |
public getConstructor ( ) : Nelmio\Alice\Definition\MethodCallInterface | null | ||
Résultat | Nelmio\Alice\Definition\MethodCallInterface | null |
public mergeWith ( self $specs ) : self | ||
$specs | self | |
Résultat | self |
public withConstructor ( Nelmio\Alice\Definition\MethodCallInterface $constructor = null ) : self | ||
$constructor | Nelmio\Alice\Definition\MethodCallInterface | |
Résultat | self |