Nelmio\Alice\Definition\FakeMethodCall::getArguments PHP Méthode

getArguments() public méthode

public getArguments ( ) : array
Résultat array
    public function getArguments() : array
    {
        $this->__call(__METHOD__, func_get_args());
    }