Inheritance diagram for FF_Action_Form_Comment:

Public Member Functions | |
| renderSearchBox () | |
| createFormElements () | |
| renderAdditionalLinks () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getFormDefaults () | |
Definition at line 42 of file CommentForm.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 66 of file CommentForm.php. |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 195 of file CommentForm.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 127 of file CommentForm.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 112 of file CommentForm.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 143 of file CommentForm.php. |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 98 of file CommentForm.php. |
|
|
Renders the search box for this module. public
Reimplemented from FF_Action_Form. Definition at line 51 of file CommentForm.php. |
1.4.4