Nelmio\Alice\Definition\MethodCall\MutableMethodCall::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\Definition\ServiceReferenceInterface $caller = null, $method, array $arguments = null )
$caller Nelmio\Alice\Definition\ServiceReferenceInterface
$arguments array
    public function __construct(ServiceReferenceInterface $caller = null, $method, array $arguments = null)
    {
        $this->caller = $caller;
        $this->method = $method;
        $this->arguments = $arguments;
    }