public function IBotcha::generateSecretKey in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 7.3 controller/application/botcha.application.controller.inc \IBotcha::generateSecretKey()
2 methods override IBotcha::generateSecretKey()
- Botcha::generateSecretKey in controller/
application/ botcha.application.controller.inc - Generate a random secret key.
- BotchaLogger::generateSecretKey in controller/
application/ decorator/ logger/ botcha.application.controller.logger.inc
File
- controller/
application/ botcha.application.controller.inc, line 27 - Contains Botcha class.
Class
- IBotcha
- Interface of the application includes all its hook implementations and public functions. It is used by decorators that have to implement all of these methods.
Code
public function generateSecretKey();