Eloquent\Phony\Call\Event\ReceivedEvent::value PHP Method

value() public method

Get the received value.
public value ( ) : mixed
return mixed The received value.
    public function value()
    {
        return $this->value;
    }