Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_role_allow_switch_page Class Reference

Subclass of role_allow_role_page for the Allow switches tab. More...

Inheritance diagram for core_role_allow_switch_page:
core_role_allow_role_page

Public Member Functions

 get_intro_text ()
 Snippet of text displayed above the table, telling the admin what to do.
 
 get_table ()
 Returns structure that can be passed to print_table, containing one cell for each checkbox.
 
 load_current_settings ()
 Load the current allows from the database.
 
 process_submission ()
 Update the data with the new settings submitted by the user.
 

Protected Member Functions

 get_cell_tooltip ($fromrole, $targetrole)
 
 get_eventclass ()
 Returns the allow class respective event class name.
 
 is_allowed_target ($targetroleid)
 Is target allowed?
 
 load_required_roles ()
 Load information about all the roles we will need information about.
 
 set_allow ($fromroleid, $targetroleid)
 Set one allow in the database.
 

Protected Attributes

 $allowed = null
 
 $allowedtargetroles
 
 $roles
 
 $tablename
 
 $targetcolname
 

Detailed Description

Subclass of role_allow_role_page for the Allow switches tab.

Member Function Documentation

◆ get_eventclass()

core_role_allow_switch_page::get_eventclass ( )
protected

Returns the allow class respective event class name.

Return values
string

Reimplemented from core_role_allow_role_page.

◆ get_intro_text()

core_role_allow_switch_page::get_intro_text ( )

Snippet of text displayed above the table, telling the admin what to do.

Return values
string

Reimplemented from core_role_allow_role_page.

◆ get_table()

core_role_allow_role_page::get_table ( )
inherited

Returns structure that can be passed to print_table, containing one cell for each checkbox.

Return values
html_tablea table

◆ is_allowed_target()

core_role_allow_switch_page::is_allowed_target ( $targetroleid)
protected

Is target allowed?

Parameters
integer$targetroleida role id.
Return values
booleanwhether the user should be allowed to select this role as a target role.

Reimplemented from core_role_allow_role_page.

◆ load_required_roles()

core_role_allow_switch_page::load_required_roles ( )
protected

Load information about all the roles we will need information about.

Reimplemented from core_role_allow_role_page.

◆ set_allow()

core_role_allow_switch_page::set_allow ( $fromroleid,
$targetroleid )
protected

Set one allow in the database.

Parameters
int$fromroleid
int$targetroleid

Reimplemented from core_role_allow_role_page.


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