Elgg\Notifications\InstantNotificationEvent::getActorGUID PHP Method

getActorGUID() public method

Get the GUID of the actor
public getActorGUID ( ) : integer
return integer
    public function getActorGUID()
    {
        return $this->actor ? $this->actor->guid : 0;
    }