Elgg\Notifications\InstantNotificationEvent::getActor PHP Method

getActor() public method

Get the actor of the event
public getActor ( ) : ElggEntit\ElggEntity | false | null
return ElggEntit\ElggEntity | false | null
    public function getActor()
    {
        return $this->actor;
    }