aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/event/extension_subscriber_loader.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/event-dispatcher] Fix copyright yearsIgor Wiedler2012-03-301-1/+1
| | | | PHPBB3-9550
* [feature/event-dispatcher] Braces CS fixIgor Wiedler2012-03-291-1/+2
| | | | PHPBB3-9550
* [feature/event-dispatcher] Switch subscriber loader to EventDispatcherInterfaceIgor Wiedler2012-03-211-2/+2
| | | | | | Do not hardcode the implementation of EventDispatcher. PHPBB3-9550
* [feature/event-dispatcher] Change subscriber naming {subscriber => listener}.phpIgor Wiedler2012-03-181-1/+1
| | | | | | This is more consistent with what Symfony2 uses (EventListener/FooListener.php). PHPBB3-9550
* [feature/event-dispatcher] Use real EventDispatcher through composerIgor Wiedler2012-03-111-2/+4
| | | | | | | * replace the copy-pasta EventDispatcher with the real one from Symfony2 * use composer for managing this dependency, use composer autoloading PHPBB3-9550
* [feature/event-dispatcher] Allow subscribers to be loaded from extensionsIgor Wiedler2012-01-071-0/+43
PHPBB3-9550