Nelmio\Alice\Definition\MethodCall\MutableMethodCall::withArguments PHP 메소드

withArguments() 공개 메소드

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