AclListener
class AclListener extends Plugin
ACL provider
Methods
beforeDispatch(Event $event, Dispatcher $dispatcher)
Listens for the 'beforeDispatch' event and checks action against the ACL. Based on priority, this will always run AFTER the key check
returnInvalid($path)
No description
Details
at line line 26
beforeDispatch(Event $event, Dispatcher $dispatcher)
Listens for the 'beforeDispatch' event and checks action against the ACL. Based on priority, this will always run AFTER the key check
Will return output and exit program execution on error