Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
communication_matrix\matrix_constants Class Reference

class matrix_constants to have one location to store all constants related to matrix. More...

Public Attributes

const POWER_LEVEL_DEFAULT = 0
 User default power level for matrix.
 
const POWER_LEVEL_MAXIMUM = 100
 User maximum power level for matrix.
 
const POWER_LEVEL_MODERATOR = 50
 User moderator power level for matrix.
 
const POWER_LEVEL_MOODLE_MODERATOR = 51
 User moderator power level for matrix.
 
const POWER_LEVEL_MOODLE_SITE_ADMIN = 90
 User power level for matrix associated to moodle site admins.
 

Detailed Description

class matrix_constants to have one location to store all constants related to matrix.

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

Member Data Documentation

◆ POWER_LEVEL_MAXIMUM

const communication_matrix\matrix_constants::POWER_LEVEL_MAXIMUM = 100

User maximum power level for matrix.

This is only associated to the token user to allow god mode actions.

◆ POWER_LEVEL_MOODLE_SITE_ADMIN

const communication_matrix\matrix_constants::POWER_LEVEL_MOODLE_SITE_ADMIN = 90

User power level for matrix associated to moodle site admins.

It is a custom power level for site admins.


The documentation for this class was generated from the following file: