Changeset View
Changeset View
Standalone View
Standalone View
src/events/PhutilEventEngine.php
| <?php | <?php | ||||
| final class PhutilEventEngine { | final class PhutilEventEngine extends Phobject { | ||||
| private static $instance; | private static $instance; | ||||
| private $listeners = array(); | private $listeners = array(); | ||||
| private function __construct() { | private function __construct() { | ||||
| // <empty> | // <empty> | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||