Inheritance diagram for FF_Action_Contact:

Public Member Functions | |
| createFormElements () | |
| renderSearchBox () | |
| getSingularText () | |
| getFormConstants () | |
| getTableData () | |
| getTableHeaderText () | |
| setSubmitActionId () | |
Definition at line 41 of file lib/FastFrame/Action/Contact.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 51 of file lib/FastFrame/Action/Contact.php. |
|
|
Gets the constant values to be filled into the forms. Constants means it will override GET/POST data with the same key. public
Reimplemented from FF_Action_Form. Definition at line 106 of file lib/FastFrame/Action/Contact.php. References getFormConstants(), and FF_Request::getParam(). |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 91 of file lib/FastFrame/Action/Contact.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 127 of file lib/FastFrame/Action/Contact.php. |
|
|
Gets the description of this form to be placed in the table header public
Reimplemented from FF_Action_Form. Reimplemented in FF_Action_AlumContact. Definition at line 166 of file lib/FastFrame/Action/Contact.php. |
|
|
Renders the search box for this module. public
Reimplemented from FF_Action_Form. Definition at line 77 of file lib/FastFrame/Action/Contact.php. |
|
|
Sets the actionId that should be used when the form is submitted. public
Reimplemented from FF_Action_Form. Definition at line 180 of file lib/FastFrame/Action/Contact.php. |
1.4.4