FF_Action_AlumniProfile Class Reference

Inheritance diagram for FF_Action_AlumniProfile:

FF_Action_AbstractProfile FF_Action List of all members.

Public Member Functions

 createFormElements (&$in_formObj, $in_appName)
 getTableData (&$in_rendererObj, $in_appName, $in_readOnly)
 getFormDefaults ($in_appName)
 fillModelWithSubmitData ($in_submitData, $in_appName)

Detailed Description

Definition at line 47 of file AlumniProfile.php.


Member Function Documentation

FF_Action_AlumniProfile::createFormElements &$  in_formObj,
in_appName
 

Creates any form elements needed that this application wants to display on the user profile add/edit page.

Parameters:
object $in_formObj The form object
string $in_appName The app name
public
Returns:
void

Definition at line 60 of file AlumniProfile.php.

References FF_Util::createMonthOptionList(), and FF_Util::createNumericOptionList().

FF_Action_AlumniProfile::fillModelWithSubmitData in_submitData,
in_appName
 

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.

Parameters:
array $in_submitData The data from the submit form
string $in_appName The app name
public
Returns:
void

Reimplemented from FF_Action_AbstractProfile.

Definition at line 227 of file AlumniProfile.php.

FF_Action_AlumniProfile::getFormDefaults in_appName  ) 
 

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'

Parameters:
string $in_appName The application name
public
Returns:
array An array of the defaults values

Reimplemented from FF_Action_AbstractProfile.

Definition at line 189 of file AlumniProfile.php.

References FF_Action_AbstractProfile::_getFieldName().

FF_Action_AlumniProfile::getTableData &$  in_rendererObj,
in_appName,
in_readOnly
 

Gets the array that we make a basic table out of.

Parameters:
object $in_rendererObj The renderer object
string $in_appName The app name
bool $in_readOnly Get read-only table data (as opposed to form fields)?
public
Returns:
array

Definition at line 124 of file AlumniProfile.php.

References $a_data.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 11:38:19 2006 for FastFrame by  doxygen 1.4.4