Page MenuHomePhorge

PhabricatorAutoEventListener.php
No OneTemporary

PhabricatorAutoEventListener.php

<?php
/**
* Event listener which is registered automatically, without requiring
* configuration.
*
* Normally, event listeners must be registered via applications. This is
* appropriate for structured listeners in libraries, but it adds a lot of
* overhead and is cumbersome for one-off listeners.
*
* All concrete subclasses of this class are automatically registered at
* startup. This allows it to be used with custom one-offs that can be dropped
* into `phorge/src/extensions/`.
*/
abstract class PhabricatorAutoEventListener extends PhabricatorEventListener {}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 18:01 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127210
Default Alt Text
PhabricatorAutoEventListener.php (578 B)

Event Timeline