Inheritance diagram for FF_Action_Form_Advisor:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getFormConstants () | |
| getFormDefaults () | |
| isUpdate () | |
| checkPerms () | |
Definition at line 41 of file apps/advisor_search/lib/Action/Form.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 293 of file apps/advisor_search/lib/Action/Form.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 apps/advisor_search/lib/Action/Form.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 208 of file apps/advisor_search/lib/Action/Form.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 241 of file apps/advisor_search/lib/Action/Form.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 129 of file apps/advisor_search/lib/Action/Form.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 114 of file apps/advisor_search/lib/Action/Form.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 145 of file apps/advisor_search/lib/Action/Form.php. |
|
|
Is this an update (return true) or add (return false)? public
Reimplemented from FF_Action_Form. Definition at line 272 of file apps/advisor_search/lib/Action/Form.php. References FF_Auth::getCredential(), and FF_Request::setParam(). |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 50 of file apps/advisor_search/lib/Action/Form.php. References FastFrame::selfURL(). |
1.4.4