BeforeControllerAction
From LimeSurvey Manual
When
This event is fired just before any action is done
Input
- controller : the controller called (exemple : admin for admin part)
- action : the action called
- subaction: if called from admin, the subaction
Possible output
- run as boolean, if false : the controller/action are not called. LimeSUrvey do nothing. Then you can do your own page/system to replace any action.