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