You are here

interface IBotchaFormModel in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.3 model/form/botcha.form.model.inc \IBotchaFormModel

@file Contains BotchaFormModel class.

Model layer of the BotchaForm objects.

Hierarchy

Expanded class hierarchy of IBotchaFormModel

All classes that implement IBotchaFormModel

File

model/form/botcha.form.model.inc, line 10
Contains BotchaFormModel class.

View source
interface IBotchaFormModel {

  // @todo ? Do we need $create parameter?
  public function getForm($form_id);
  public function getForms($parameters = array());
  public function save($form);
  public function delete($form);

}

Members