phpmock\spy\Invocation::getArguments PHP Method

getArguments() public method

Returns the arguments of a function call.
public getArguments ( ) : array
return array The arguments.
    public function getArguments()
    {
        return $this->arguments;
    }