Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893178
PhabricatorAutoEventListener.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
578 B
Referenced Files
None
Subscribers
None
PhabricatorAutoEventListener.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment