Inheritance diagram for FF_Action_Form_Borrower:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| fillModelWithData () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getFormConstants () | |
| getFormDefaults () | |
| checkPerms () | |
| _getAttributeName ($in_attr) | |
Definition at line 41 of file BorrowerForm.php.
|
|
Gets the form name for an attribute by putting all attributes in an array
Definition at line 348 of file BorrowerForm.php. Referenced by getFormDefaults(). |
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 306 of file BorrowerForm.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 72 of file BorrowerForm.php. |
|
|
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 109 of file BorrowerForm.php. References FF_Request::getParam(). |
|
|
Gets the form constants public
Reimplemented from FF_Action_Form. Definition at line 254 of file BorrowerForm.php. References getFormConstants(), and FF_Request::getParam(). |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 275 of file BorrowerForm.php. References _getAttributeName(). |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 149 of file BorrowerForm.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 134 of file BorrowerForm.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 165 of file BorrowerForm.php. References $a_data, $o_fileCache, make(), and FF_FileCache::singleton(). |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 50 of file BorrowerForm.php. References FF_Request::getParam(), FastFrame::selfURL(), and FF_Request::setParam(). |
1.4.4