protected property BotchaLogger::$ctrls in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 7.3 controller/application/decorator/logger/botcha.application.controller.logger.inc \BotchaLogger::ctrls
File
- controller/
application/ decorator/ logger/ botcha.application.controller.logger.inc, line 29 - Contains BotchaLogger class.
Class
- BotchaLogger
- Since we can't use __call here because it can't work with passing by reference, we have to implement each method directly. @todo Refactor it once we have an application of full value (not just an adapter for its controller).
Code
protected $ctrls = array(
self::CONTROLLER_TYPE_FORM,
self::CONTROLLER_TYPE_RECIPE,
self::CONTROLLER_TYPE_RECIPEBOOK,
);