Thruway\CallResult::getArguments PHP Method

getArguments() public method

Get arguments
public getArguments ( ) : mixed
return mixed
    public function getArguments()
    {
        return $this->getResultMessage()->getArguments();
    }