Eloquent\Phony\Call\Event\AbstractCallEvent::call PHP Method

call() public method

Get the call.
public call ( ) : Eloquent\Phony\Call\Call | null
return Eloquent\Phony\Call\Call | null The call, or null if no call has been set.
    public function call()
    {
        return $this->call;
    }
AbstractCallEvent