PSR-14: Event Dispatching
TYPO3
Show in appDescription
This skill covers the basics of the PHP standard on Event dispatching.
Goals
- I know the four use cases of events specified by PSR-14.
 - I know about the different components of a PSR-14-compliant event system (Listener, Emitter, Dispatcher, ListenerProvider).
 - I know when mutable or immutable events should be used.
 
Maintainer
		
		
			
				Andreas Wolf