Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/repository/flickr_public/db/access.php
Go to the documentation of this file.
00001 <?php
00002 
00003 $capabilities = array(
00004 
00005     'repository/flickr_public:view' => array(
00006         'captype' => 'read',
00007         'contextlevel' => CONTEXT_MODULE,
00008         'archetypes' => array(
00009             'user' => CAP_ALLOW
00010         )
00011     )
00012 );
 All Data Structures Namespaces Files Functions Variables Enumerations