Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Variables
lib.php File Reference

Profile field API library file. More...

Variables

const PROFILE_VISIBLE_ALL '2'
 Visible to anyone who can view the user.
 
const PROFILE_VISIBLE_NONE '0'
 Only visible to users with the moodle/user:viewalldetails capability.
 
const PROFILE_VISIBLE_PRIVATE '1'
 Visible to the profile owner or anyone with the moodle/user:viewalldetails capability.
 
const PROFILE_VISIBLE_TEACHERS '3'
 Visible to anyone who has the moodle/site:viewuseridentity permission.
 

Detailed Description

Profile field API library file.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later