Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhrequentUIEventListener

final class PhrequentUIEventListener
Phabricator Technical Documentation (Phrequent)

This class is not documented.

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

private function handleActionEvent($event)

This method is not documented.
Parameters
$event
Return
wild