Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorExampleEventListener

final class PhabricatorExampleEventListener
Phabricator Technical Documentation (Events)

Example event listener. For details about installing Phabricator event hooks, refer to Events User Guide: Installing Event Listeners.

Methods

final public function __construct()
Inherited

This method is not documented.
Return
this//Implicit.//

public function register()

This method is not documented.
Return
wild

public function handleEvent($event)

This method is not documented.
Parameters
PhutilEvent$event
Return
wild

final public function listen($type)
Inherited

This method is not documented.
Parameters
$type
Return
wild

final public function getListenerID()
Inherited

PhutilEventListener

Return a scalar ID unique to this listener. This is used to deduplicate listeners which match events on multiple rules, so they are invoked only once.

Return
intA scalar unique to this object instance.

public function setApplication($application)
Inherited

This method is not documented.
Parameters
PhabricatorApplication$application
Return
wild

public function getApplication()
Inherited

This method is not documented.
Return
wild

public function hasApplicationCapability($viewer, $capability)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
$capability
Return
wild

public function canUseApplication($viewer)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

protected function addActionMenuItems($event, $items)
Inherited

This method is not documented.
Parameters
PhutilEvent$event
$items
Return
wild