Method | Description | |
---|---|---|
__construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null, $method, array $arguments = null ) | ||
__toString ( ) : string | ||
getArguments ( ) | ||
getCaller ( ) | ||
getMethod ( ) : string | ||
setArguments ( array $arguments = null ) | ||
setCaller ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null ) | ||
setMethod ( $method ) | ||
withArguments ( array $arguments = null ) |
public __construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null, $method, array $arguments = null ) | ||
$caller | Nelmio\Alice\Definition\ServiceReferenceInterface | |
$arguments | array |
public setCaller ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null ) | ||
$caller | Nelmio\Alice\Definition\ServiceReferenceInterface |