Inheritance diagram for FF_Action_Delete_Reservation:

Public Member Functions | |
| createFormElements () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getTableHeaderText () | |
| getFormDefaults () | |
| setSubmitActionId () | |
Definition at line 41 of file ReservationDelete.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 ReservationDelete.php. |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 145 of file ReservationDelete.php. References FF_Request::getParam(). |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 87 of file ReservationDelete.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 72 of file ReservationDelete.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 103 of file ReservationDelete.php. |
|
|
Gets the description of this form to be placed in the table header public
Reimplemented from FF_Action_Form. Definition at line 130 of file ReservationDelete.php. |
|
|
Sets the actionId that should be used when the form is submitted. public
Reimplemented from FF_Action_Form. Definition at line 162 of file ReservationDelete.php. |
1.4.4