Florian Krämer
|
eea8e82e5f
API improvements for the event stack and tests.
|
9 years ago |
Florian Krämer
|
77649650cc
Moving the event stack into a separate object.
|
9 years ago |
Florian Krämer
|
769e0b8550
phpcs fix
|
9 years ago |
Florian Krämer
|
1a36c882ec
Disable event stacking by default.
|
9 years ago |
Florian Krämer
|
5dbb93a785
Implements a stack of dispatched events #7404
|
9 years ago |
Mark Scherer
|
a2318a3bec
Run sniffer to auto-fix default params into doc blocks.
|
10 years ago |
Mark Story
|
4bb343d2d2
Merge pull request #8104 from jeffblack360/ticket-4192
|
10 years ago |
Mark Scherer
|
4a9249fe23
Remove unneeded else.
|
10 years ago |
Mark Scherer
|
587fb54f0a
Fix detected errors manually that could not be auto-fixed.
|
10 years ago |
jeffblack360
|
9603dc2ca4
Run match pattern through preq_quote()
|
10 years ago |
jeffblack360
|
2acb041620
Correct indentation per Travis for multi-line function call
|
10 years ago |
jeffblack360
|
6411db0c65
Add method to return array of listeners matching a pattern
|
10 years ago |
ndm2
|
c8d3974a48
Always import classes.
|
10 years ago |
ADmad
|
02b7e4dd15
Update docblocks
|
10 years ago |
Robbert Noordzij
|
7e67fe6409
Fix offing all event listeners for a specific event
|
10 years ago |
ADmad
|
17dddccc68
Fix CS errors in Console, Controller, Core, Database, Event, ORM packages.
|
11 years ago |
Mark Story
|
95fe3381e6
Update events to use new methods.
|
11 years ago |
Mark Story
|
0eb161d475
Deprecate attach/detach
|
11 years ago |
Mark Story
|
b680b4a21f
Fix PHPCS errors.
|
11 years ago |
Mark Story
|
10e8c98c55
Start EventManager::off()
|
11 years ago |
Mark Story
|
112a9903ab
Add EventManager::on()
|
11 years ago |
ADmad
|
6cf7b52897
Use short array syntax.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
Guy Warner
|
26b9d9449a
Add @trigger to functions docs when event added
|
11 years ago |
euromark
|
0cf1c0d1b7
More corrections of doc blocks.
|
11 years ago |
ndm2
|
b08711064a
Cleanup - Unused local variables
|
11 years ago |
okonomi
|
133c34445c
Fix some docblock type
|
11 years ago |
ADmad
|
83168d8edc
Rename EventListener to EventListenerInterface.
|
11 years ago |
okonomi
|
118eca6482
Fix some docblock typo
|
11 years ago |
euromark
|
2527d9ebd7
Remove unused use imports
|
11 years ago |