Nelmio\Alice\Definition\MethodCall\DummyMethodCall::withArguments PHP Méthode

withArguments() public méthode

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