public function Botcha::recipebookExists in BOTCHA Spam Prevention 6.3
Same name and namespace in other branches
- 7.3 controller/application/botcha.application.controller.inc \Botcha::recipebookExists()
Overrides IBotcha::recipebookExists
1 call to Botcha::recipebookExists()
- Botcha::recipebookIdValidate in controller/
application/ botcha.application.controller.inc
File
- controller/
application/ botcha.application.controller.inc, line 363 - Contains Botcha class.
Class
- Botcha
- Just a middleman for achieving purposes such as:
Code
public function recipebookExists($value) {
return !$this
->getController(Botcha::CONTROLLER_TYPE_RECIPEBOOK)
->getRecipebook($value, FALSE) instanceof BotchaRecipebookNone;
}