Nelmio\Alice\Definition\FakeMethodCall::getArguments PHP Method

getArguments() public method

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