Eloquent\Phony\Call\Event\CalledEvent::arguments PHP Method

arguments() public method

Get the received arguments.
public arguments ( ) : Arguments
return Eloquent\Phony\Call\Arguments The received arguments.
    public function arguments()
    {
        return $this->arguments;
    }