You are here

public function Botcha::getController in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/application/botcha.application.controller.inc \Botcha::getController()

This implementation is just for IDE autocomplete feature.

Return value

BotchaFormController|BotchaRecipeController|BotchaRecipebookController

4 calls to Botcha::getController()
Botcha::formValidate in controller/application/botcha.application.controller.inc
Botcha::form_alter in controller/application/botcha.application.controller.inc
Implements hook_form_alter().
Botcha::getAdminForm in controller/application/botcha.application.controller.inc
Botcha::submitAdminForm in controller/application/botcha.application.controller.inc
Unified submit handler for admin forms.

File

controller/application/botcha.application.controller.inc, line 59
Contains Botcha class.

Class

Botcha
Just a middleman for achieving purposes such as:

Code

public function getController($ctrl_name) {
  return parent::getController($ctrl_name);
}