Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/user/editlib.php File Reference

Go to the source code of this file.

Functions

 cancel_email_update ($userid)
 useredit_load_preferences (&$user, $reload=true)
 useredit_update_user_preference ($usernew)
 useredit_update_picture (stdClass $usernew, moodleform $userform)
 useredit_update_bounces ($user, $usernew)
 useredit_update_trackforums ($user, $usernew)
 useredit_update_interests ($user, $interests)
 useredit_shared_definition (&$mform, $editoroptions=null)

Function Documentation

cancel_email_update ( userid)

Definition at line 3 of file editlib.php.

Here is the call graph for this function:

useredit_load_preferences ( &$  user,
reload = true 
)

Definition at line 9 of file editlib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

useredit_shared_definition ( &$  mform,
editoroptions = null 
)

Moodle optional fields

Definition at line 107 of file editlib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

useredit_update_bounces ( user,
usernew 
)

Definition at line 80 of file editlib.php.

Here is the call graph for this function:

useredit_update_interests ( user,
interests 
)

Definition at line 103 of file editlib.php.

Here is the call graph for this function:

useredit_update_picture ( stdClass $  usernew,
moodleform userform 
)

Updates the provided users profile picture based upon the expected fields returned from the edit or edit_advanced forms.

moodle_database $DB

Parameters:
stdClass$usernewAn object that contains some information about the user being updated
moodleform$userformThe form that was submitted to edit the form
Returns:
bool True if the user was updated, false if it stayed the same.

Definition at line 45 of file editlib.php.

Here is the call graph for this function:

useredit_update_trackforums ( user,
usernew 
)

Definition at line 91 of file editlib.php.

Here is the call graph for this function:

Definition at line 26 of file editlib.php.

Here is the call graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations