Public Member Functions | |
| getFormName () | |
| setPageNameFormula ($pageNameFormula) | |
| setCreateTitle ($createTitle) | |
| setEditTitle ($editTitle) | |
| setAssociatedCategory ($associatedCategory) | |
| creationHTML () | |
| createMarkup () | |
Static Public Member Functions | |
| static | create ($formName, $templates) |
Private Attributes | |
| $mFormName | |
| $mTemplates | |
| $mPageNameFormula | |
| $mCreateTitle | |
| $mEditTitle | |
| $mAssociatedCategory | |
Definition at line 9 of file SF_Form.php.
| static SFForm::create | ( | $ | formName, | |
| $ | templates | |||
| ) | [static] |
Definition at line 17 of file SF_Form.php.
Referenced by SFCreateForm::doSpecialCreateForm(), SFCreateClass::execute(), and SFPageSchemas::generateForm().
| SFForm::getFormName | ( | ) |
Definition at line 25 of file SF_Form.php.
| SFForm::setPageNameFormula | ( | $ | pageNameFormula | ) |
Definition at line 29 of file SF_Form.php.
| SFForm::setCreateTitle | ( | $ | createTitle | ) |
Definition at line 33 of file SF_Form.php.
| SFForm::setEditTitle | ( | $ | editTitle | ) |
Definition at line 37 of file SF_Form.php.
| SFForm::setAssociatedCategory | ( | $ | associatedCategory | ) |
Definition at line 41 of file SF_Form.php.
| SFForm::creationHTML | ( | ) |
Definition at line 45 of file SF_Form.php.
| SFForm::createMarkup | ( | ) |
Definition at line 53 of file SF_Form.php.
References END, SFUtils::getSpecialPage(), simplejson::encoder::text, and SFUtils::titleURLString().
SFForm::$mFormName [private] |
Definition at line 10 of file SF_Form.php.
SFForm::$mTemplates [private] |
Definition at line 11 of file SF_Form.php.
SFForm::$mPageNameFormula [private] |
Definition at line 12 of file SF_Form.php.
SFForm::$mCreateTitle [private] |
Definition at line 13 of file SF_Form.php.
SFForm::$mEditTitle [private] |
Definition at line 14 of file SF_Form.php.
SFForm::$mAssociatedCategory [private] |
Definition at line 15 of file SF_Form.php.
1.5.6