Elgg\Notifications\InstantNotificationEvent::getObject PHP 메소드

getObject() 공개 메소드

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