Changeset View
Changeset View
Standalone View
Standalone View
src/events/PhutilEventListener.php
| <?php | <?php | ||||
| /** | abstract class PhutilEventListener extends Phobject { | ||||
| * @stable | |||||
| */ | |||||
| abstract class PhutilEventListener { | |||||
| private $listenerID; | private $listenerID; | ||||
| private static $nextListenerID = 1; | private static $nextListenerID = 1; | ||||
| final public function __construct() { | final public function __construct() { | ||||
| // <empty> | // <empty> | ||||
| } | } | ||||
| Show All 26 Lines | |||||