Elgg\Notifications\InstantNotificationEvent::getActor PHP Метод

getActor() публичный Метод

Get the actor of the event
public getActor ( ) : ElggEntit\ElggEntity | false | null
Результат ElggEntit\ElggEntity | false | null
    public function getActor()
    {
        return $this->actor;
    }