Inheritance diagram for FF_Action_Form_Category:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| fillModelWithData () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getFormDefaults () | |
| checkPerms () | |
| renderAdditionalLinks () | |
| createFormElements () | |
| fillModelWithData () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getFormConstants () | |
| getFormDefaults () | |
Definition at line 41 of file checkout/lib/Action/CategoryForm.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 191 of file checkout/lib/Action/CategoryForm.php. |
|
|
Creates the form elements needed for the form and any rules that apply to those elements. public
Reimplemented from FF_Action_Form. Definition at line 68 of file mayday/lib/Action/CategoryForm.php. |
|
|
Creates the form elements needed for the form and any rules that apply to those elements. public
Reimplemented from FF_Action_Form. Definition at line 67 of file checkout/lib/Action/CategoryForm.php. |
|
|
Fills the model object with data for the field being edited. If an error occurs in getting the data we bounce to the problem action id. public
Reimplemented from FF_Action_Form. Definition at line 89 of file mayday/lib/Action/CategoryForm.php. References FF_Request::getParam(). |
|
|
Fills the model object with data for the field being edited. If an error occurs in getting the data we bounce to the problem action id. public
Reimplemented from FF_Action_Form. Definition at line 87 of file checkout/lib/Action/CategoryForm.php. References $result, and FF_Request::getParam(). |
|
|
Gets the form constants public
Reimplemented from FF_Action_Form. Definition at line 190 of file mayday/lib/Action/CategoryForm.php. References getFormConstants(). |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 205 of file mayday/lib/Action/CategoryForm.php. |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 173 of file checkout/lib/Action/CategoryForm.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 125 of file mayday/lib/Action/CategoryForm.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 130 of file checkout/lib/Action/CategoryForm.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 110 of file mayday/lib/Action/CategoryForm.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 115 of file checkout/lib/Action/CategoryForm.php. |
|
|
Gets the headers that we make a basic table out of. Has the form of 'data' => the cell data, 'title' => the cell description, 'titleStyles'/'dataStyles' => any attributes to apply to the title and data cells respectively. public
Reimplemented from FF_Action_Form. Definition at line 141 of file mayday/lib/Action/CategoryForm.php. |
|
|
Gets the headers that we make a basic table out of. Has the form of 'data' => the cell data, 'title' => the cell description, 'titleStyles'/'dataStyles' => any attributes to apply to the title and data cells respectively. public
Reimplemented from FF_Action_Form. Definition at line 146 of file checkout/lib/Action/CategoryForm.php. |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 51 of file mayday/lib/Action/CategoryForm.php. References FastFrame::selfURL(). |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 50 of file checkout/lib/Action/CategoryForm.php. References FastFrame::selfURL(). |
1.4.4