Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/webservice/amf/db/access.php
Go to the documentation of this file.
00001 <?php
00002 
00003 $capabilities = array(
00004 
00005     'webservice/amf:use' => array(
00006         'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
00007         'captype' => 'read', // in fact this may be considered read and write at the same time
00008         'contextlevel' => CONTEXT_COURSE, // the context level should be probably CONTEXT_MODULE
00009         'archetypes' => array(
00010         ),
00011     ),
00012 
00013 );
 All Data Structures Namespaces Files Functions Variables Enumerations