final public function __construct()Inherited
final public function __construct()
Inherited
Return
this | //Implicit.// |
public function register()
public function register()
Return
wild |
public function handleEvent($event)
public function handleEvent($event)
Parameters
PhutilEvent | $event |
Return
wild |
final public function listen($type)Inherited
final public function listen($type)
Inherited
Parameters
$type |
Return
wild |
final public function getListenerID()Inherited
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
int | A scalar unique to this object instance. |
public function setApplication($application)Inherited
public function setApplication($application)
Inherited
Parameters
PhabricatorApplication | $application |
Return
wild |
public function getApplication()Inherited
public function getApplication()
Inherited
Return
wild |
public function hasApplicationCapability($viewer, $capability)Inherited
public function hasApplicationCapability($viewer, $capability)
Inherited
Parameters
PhabricatorUser | $viewer | |
$capability |
Return
wild |
public function canUseApplication($viewer)Inherited
public function canUseApplication($viewer)
Inherited
Parameters
PhabricatorUser | $viewer |
Return
wild |
protected function addActionMenuItems($event, $items)Inherited
protected function addActionMenuItems($event, $items)
Inherited
Parameters
PhutilEvent | $event | |
$items |
Return
wild |
private function handleActionEvent($event)
private function handleActionEvent($event)
Parameters
$event |
Return
wild |
private function handlePropertyEvent($event)
private function handlePropertyEvent($event)
Parameters
$event |
Return
wild |