Go to the source code of this file.
Enumeration Type Documentation
Some constants.
Definition at line 5 of file lib.php.
Function Documentation
Print out the customisable categories and fields for a users profile
- Parameters:
-
| object | instance of the moodleform class |
Definition at line 356 of file lib.php.
Load custom profile fields into user object
Please note originally in 1.9 we were using the custom field names directly, but it was causing unexpected collisions when adding new fields to user table, so instead we now use 'profile_' prefix.
- Parameters:
-
- Returns:
- void $user object is modified
Definition at line 516 of file lib.php.
End of class definition.
Definition at line 339 of file lib.php.
Adds code snippet to a moodle form object for custom profile fields that should appear on the signup page
- Parameters:
-
Definition at line 456 of file lib.php.
Returns an object with the custom profile fields set for the given user
- Parameters:
-
- Returns:
- object
Definition at line 487 of file lib.php.