Elgg\Notifications\InstantNotificationEvent::getObject PHP Méthode

getObject() public méthode

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