Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
core_role_override_permissions_table_advanced Class Reference
Inheritance diagram for core_role_override_permissions_table_advanced:
core_role_capability_table_with_risks core_role_capability_table_base

Public Member Functions

 __construct ($context, $roleid, $safeoverridesonly)
 Constructor. More...
 
 add_classes ($classnames)
 Use this to add class="" attributes to the table. More...
 
 display ()
 Display the table.
 
 get_risk_icon ($type)
 Print a risk icon, as a link to the Risks page on Moodle Docs. More...
 
 has_locked_capabilities ()
 
 read_submitted_permissions ()
 Update $this->permissions based on submitted data, while making a list of changed capabilities in $this->changed.
 
 save_changes ()
 Save the new values of any permissions that have been changed.
 

Public Attributes

const NUM_CAPS_FOR_SEARCH = 12
 Default number of capabilities in the table for the search UI to be shown.
 

Protected Member Functions

 add_header_cells ()
 For subclasses to override, output header cells, after the initial capability one.
 
 add_permission_cells ($capability)
 
 add_row_cells ($capability)
 For subclasses to override. More...
 
 get_row_attributes ($capability)
 This method adds an additional class to a row if capability is other than inherited. More...
 
 get_row_classes ($capability)
 For subclasses to override. More...
 
 load_current_permissions ()
 
 load_parent_permissions ()
 
 num_extra_columns ()
 For subclasses to override, return the number of cells that add_header_cells/add_row_cells output.
 
 print_heading_row ($capability)
 Used to output a heading rows when the context level or component changes. More...
 
 skip_row ($capability)
 For subclasses to override. More...
 

Protected Attributes

 $allpermissions
 
 $allrisks
 
 $capabilities = array()
 The capabilities to display. More...
 
 $changed
 
 $classes = array('rolecap')
 Added to the class="" attribute on output.
 
 $context
 The context this table relates to.
 
 $displaypermissions
 
 $haslockedcapabilities = false
 
 $id
 Added as an id="" attribute to the table on output.
 
array $parentpermissions
 The capabilities to highlight as default/inherited.
 
 $permissions
 
 $risksurl
 
 $roleid
 
 $strnotset
 
 $strperms
 

Constructor & Destructor Documentation

◆ __construct()

core_role_override_permissions_table_advanced::__construct (   $context,
  $roleid,
  $safeoverridesonly 
)

Constructor.

This method loads loads all the information about the current state of the overrides, then updates that based on any submitted data. It also works out which capabilities should be locked for this user.

Parameters
object$contextthe context this table relates to.
integer$roleidthe role being overridden.
boolean$safeoverridesonlyIf true, the user is only allowed to override capabilities with no risks.

Reimplemented from core_role_capability_table_with_risks.

Member Function Documentation

◆ add_classes()

core_role_capability_table_base::add_classes (   $classnames)
inherited

Use this to add class="" attributes to the table.

You get the rolecap by default.

Parameters
array$classnamesof class names.

◆ add_row_cells()

core_role_capability_table_with_risks::add_row_cells (   $capability)
protectedinherited

For subclasses to override.

Output the data cells for this capability. The capability name cell will already have been output.

You can rely on get_row_classes always being called before add_row_cells.

Parameters
stdClass$capabilitythe capability this row relates to.
Return values
stringhtml of row cells

Reimplemented from core_role_capability_table_base.

◆ get_risk_icon()

core_role_capability_table_with_risks::get_risk_icon (   $type)
inherited

Print a risk icon, as a link to the Risks page on Moodle Docs.

Parameters
string$typethe type of risk, will be one of the keys from the get_all_risks array. Must start with 'risk'.

◆ get_row_attributes()

core_role_override_permissions_table_advanced::get_row_attributes (   $capability)
protected

This method adds an additional class to a row if capability is other than inherited.

Parameters
stdClass$capability
Return values
array

Reimplemented from core_role_capability_table_base.

◆ get_row_classes()

core_role_capability_table_with_risks::get_row_classes (   $capability)
protectedinherited

For subclasses to override.

A change to reaturn class names that are added to the class="" attribute on the <tr> for this capability.

Parameters
stdClass$capabilitythe capability this row relates to.
Return values
arrayof class name strings.

Reimplemented from core_role_capability_table_base.

◆ print_heading_row()

core_role_capability_table_base::print_heading_row (   $capability)
protectedinherited

Used to output a heading rows when the context level or component changes.

Parameters
stdClass$capabilitygives the new component and contextlevel.

◆ skip_row()

core_role_capability_table_base::skip_row (   $capability)
protectedinherited

For subclasses to override.

Allows certain capabilties to be left out of the table.

Parameters
object$capabilitythe capability this row relates to.
Return values
boolean.If true, this row is omitted from the table.

Reimplemented in core_role_view_role_definition_table.

Member Data Documentation

◆ $capabilities

core_role_capability_table_base::$capabilities = array()
protectedinherited

The capabilities to display.

Initialised as $context->get_capabilities().


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