Elgg\Notifications\InstantNotificationEvent::getObject PHP Method

getObject() public method

Get the object of the event
public getObject ( ) : ElggDat\ElggData | false | null
return ElggDat\ElggData | false | null
    public function getObject()
    {
        return $this->object;
    }