| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
Moodle net user profile class.
| Copyright: | 2020 Adrian Greeve <adrian@moodle.com> |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 107 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
moodlenet_user_profile:: (5 methods):
__construct()
get_profile_name()
get_userid()
get_username()
get_domain()
Class: moodlenet_user_profile - X-Ref
A class to represent the moodlenet profile.| __construct(string $userprofile, int $userid) X-Ref |
| Constructor method. param: string $userprofile The moodle net user profile string. param: int $userid The user ID that this profile belongs to. |
| get_profile_name() X-Ref |
| Get the full moodle net profile. return: string The moodle net profile. |
| get_userid() X-Ref |
| Get the user ID that this profile belongs to. return: int The user ID. |
| get_username() X-Ref |
| Get the username for this profile. return: string The username. |
| get_domain() X-Ref |
| Get the domain for this profile. return: string The domain. |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |