Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
block_myprofile

Namespaces

namespace  block_myprofile\output
  
 
namespace  block_myprofile\privacy
  
 

Classes

class  block_myprofile
 Displays the current user's profile information. More...
 
class  block_myprofile\output\myprofile
 Class containing data for myprofile block. More...
 
class  block_myprofile\output\renderer
 myprofile block renderer More...
 
class  block_myprofile\privacy\provider
 Privacy Subsystem for block_myprofile implementing null_provider. More...
 
class  block_myprofile_edit_form
 

Variables

 $capabilities
 
 $plugin = 2024041600
 
$plugin component = 'block_myprofile'
 
$plugin version = 2024042200
 

Detailed Description

Variable Documentation

◆ $capabilities

$capabilities
Initial value:
= array(
'block/myprofile:myaddinstance' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
'user' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/my:manageblocks'
),
'block/myprofile:addinstance' => array(
'riskbitmask' => RISK_SPAM | RISK_XSS,
'captype' => 'write',
'contextlevel' => CONTEXT_BLOCK,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/site:manageblocks'
),
)
const CONTEXT_SYSTEM
System context level - only one instance in every system.
Definition accesslib.php:122
const RISK_SPAM
Capability allows users to add content others may see - see
Definition accesslib.php:147
const CAP_ALLOW
Allow permission, overrides CAP_PREVENT defined in parent contexts.
Definition accesslib.php:115
const RISK_XSS
Capability allows user to add scripted content - see
Definition accesslib.php:143
const CONTEXT_BLOCK
Block context level - one instance for each block, sticky blocks are tricky because ppl think they sh...
Definition accesslib.php:136