Inheritance diagram for FF_Action_MaydayProfile:

Public Member Functions | |
| createFormElements (&$in_formObj, $in_appName) | |
| getTableData (&$in_rendererObj, $in_appName, $in_readOnly) | |
| getFormDefaults ($in_appName) | |
| fillModelWithSubmitData ($in_submitData, $in_appName) | |
Definition at line 47 of file Action/MaydayProfile.php.
|
||||||||||||
|
Creates any form elements needed that this application wants to display on the user profile add/edit page.
Definition at line 60 of file Action/MaydayProfile.php. References FF_Request::getParam(). |
|
||||||||||||
|
Gets the submit data and fills it into the model object. The model object is already filled with current data, so locked fields won't be lost.
Reimplemented from FF_Action_AbstractProfile. Definition at line 155 of file Action/MaydayProfile.php. |
|
|
Converts the model to the appropriate form fields so that the default values can be filled into the form. Returns an array of 'field' => 'value'
Reimplemented from FF_Action_AbstractProfile. Definition at line 129 of file Action/MaydayProfile.php. References FF_Action_AbstractProfile::_getFieldName(). |
|
||||||||||||||||
|
Gets the array that we make a basic table out of.
Definition at line 85 of file Action/MaydayProfile.php. References $a_data. |
1.4.4