interface IBotchaFormModel in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.3 model/form/botcha.form.model.inc \IBotchaFormModel
@file Contains BotchaFormModel class.
Model layer of the BotchaForm objects.
Hierarchy
- interface \IBotchaFormModel
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
IBotchaFormModel:: |
public | function | 2 | |
IBotchaFormModel:: |
public | function | 2 | |
IBotchaFormModel:: |
public | function | 2 | |
IBotchaFormModel:: |
public | function | 2 |