You are here

interface IBotchaFormController in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 controller/form/botcha.form.controller.inc \IBotchaFormController

@file Controller layer of the BotchaForm objects.

Hierarchy

Expanded class hierarchy of IBotchaFormController

All classes that implement IBotchaFormController

File

controller/form/botcha.form.controller.inc, line 8
Controller layer of the BotchaForm objects.

View source
interface IBotchaFormController {
  public function getForm($form_id, $create = TRUE);
  public function getForms($reset = FALSE);
  public function save($form);
  public function delete($form);

}

Members