Inheritance diagram for FF_Action_AlumniProfile:

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 AlumniProfile.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 AlumniProfile.php. References FF_Util::createMonthOptionList(), and FF_Util::createNumericOptionList(). |
|
||||||||||||
|
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 227 of file AlumniProfile.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 189 of file AlumniProfile.php. References FF_Action_AbstractProfile::_getFieldName(). |
|
||||||||||||||||
|
Gets the array that we make a basic table out of.
Definition at line 124 of file AlumniProfile.php. References $a_data. |
1.4.4