|
Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
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. | |
class matrix_constants to have one location to store all constants related to matrix.
| 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.
| 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.