Inheritance diagram for FF_Action_BatchEdit_Assignment:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| fillModelWithData () | |
| setSubmitActionId () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| checkPerms () | |
Public Attributes | |
| $editActionId = ACTION_BATCH_EDIT | |
Definition at line 41 of file AssignmentBatchEdit.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 208 of file AssignmentBatchEdit.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 76 of file AssignmentBatchEdit.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 104 of file AssignmentBatchEdit.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 147 of file AssignmentBatchEdit.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 132 of file AssignmentBatchEdit.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 163 of file AssignmentBatchEdit.php. References FF_Request::getParam(). |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 59 of file AssignmentBatchEdit.php. References FastFrame::selfURL(). |
|
|
Sets the actionId that should be used when the form is submitted. public
Reimplemented from FF_Action_Form. Definition at line 118 of file AssignmentBatchEdit.php. |
|
|
Reimplemented from FF_Action_Form. Definition at line 48 of file AssignmentBatchEdit.php. |
1.4.4