Nelmio\Alice\Definition\FakeMethodCall::getArguments PHP 메소드

getArguments() 공개 메소드

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