Moodle  2.2.1
http://www.collinsharper.com
profile_field_textarea Class Reference
Inheritance diagram for profile_field_textarea:
Collaboration diagram for profile_field_textarea:

Public Member Functions

 edit_field_add (&$mform)
 is_user_object_data ()
 edit_save_data_preprocess ($data, &$datarecord)
 edit_load_user_data (&$user)
 display_data ()

Detailed Description

Definition at line 3 of file field.class.php.


Member Function Documentation

Display the data for this field

Reimplemented from profile_field_base.

Definition at line 38 of file field.class.php.

Here is the call graph for this function:

edit_field_add ( &$  mform)

Abstract method: Adds the profile field to the moodle form class

Parameters:
forminstance of the moodleform class

Create the form field

Reimplemented from profile_field_base.

Definition at line 5 of file field.class.php.

Here is the call graph for this function:

edit_load_user_data ( &$  user)

Loads a user object with data for this field ready for the edit profile form

Parameters:
objecta user object

Reimplemented from profile_field_base.

Definition at line 28 of file field.class.php.

Here is the call graph for this function:

edit_save_data_preprocess ( data,
&$  datarecord 
)

Hook for child classess to process the data before it gets saved in database

Parameters:
mixed
stdClassThe object that will be used to save the record
Returns:
mixed

Reimplemented from profile_field_base.

Definition at line 20 of file field.class.php.

Overwrite base class method, data in this field type is potentially too large to be included in the user object

Reimplemented from profile_field_base.

Definition at line 16 of file field.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations