Nelmio\Alice\Definition\MethodCall\DummyMethodCall::withArguments PHP Method

withArguments() public method

public withArguments ( array $arguments = null ) : self
$arguments array
return self
    public function withArguments(array $arguments = null) : self
    {
        $this->__call(__METHOD__, func_get_args());
    }