Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/customlang/db/access.php File Reference

Go to the source code of this file.

Namespaces

namespace  tool

Variables

 $capabilities

Variable Documentation

Initial value:
 array(

    
    'tool/customlang:view' => array(
        'riskbitmask' => RISK_CONFIG,
        'captype' => 'read',
        'contextlevel' => CONTEXT_SYSTEM,
        'archetypes' => array(
            'manager' => CAP_ALLOW
        ),
    ),

    
    'tool/customlang:edit' => array(
        'riskbitmask' => RISK_CONFIG | RISK_XSS,
        'captype' => 'write',
        'contextlevel' => CONTEXT_SYSTEM,
        'archetypes' => array(
            'manager' => CAP_ALLOW
        ),
    ),

)

Definition at line 29 of file access.php.

 All Data Structures Namespaces Files Functions Variables Enumerations