A class to represent the moodlenet profile.
More...
|
string | $domain |
| $domain The domain from $domain
|
|
string | $profile |
| $profile The full profile name.
|
|
int | $userid |
| $userid The user ID that this profile belongs to.
|
|
string | $username |
| $username The username from $userprofile
|
|
A class to represent the moodlenet profile.
- Copyright
- 2020 Adrian Greeve adria.nosp@m.n@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_moodlenet\moodlenet_user_profile::__construct |
( |
string | $userprofile, |
|
|
int | $userid ) |
Constructor method.
- Parameters
-
string | $userprofile | The moodle net user profile string. |
int | $userid | The user ID that this profile belongs to. |
◆ get_domain()
tool_moodlenet\moodlenet_user_profile::get_domain |
( |
| ) |
|
Get the domain for this profile.
- Return values
-
◆ get_profile_name()
tool_moodlenet\moodlenet_user_profile::get_profile_name |
( |
| ) |
|
Get the full moodle net profile.
- Return values
-
string | The moodle net profile. |
◆ get_userid()
tool_moodlenet\moodlenet_user_profile::get_userid |
( |
| ) |
|
Get the user ID that this profile belongs to.
- Return values
-
◆ get_username()
tool_moodlenet\moodlenet_user_profile::get_username |
( |
| ) |
|
Get the username for this profile.
- Return values
-
The documentation for this class was generated from the following file:
- admin/tool/moodlenet/classes/moodlenet_user_profile.php