MDL-21249 improved php docs and adding copyright blocks in mod/folder
This commit is contained in:
@@ -18,11 +18,14 @@
|
||||
/**
|
||||
* Capability definitions for the folder module.
|
||||
*
|
||||
* @package mod-folder
|
||||
* @copyright 2009 Petr Skoda (http://skodak.org)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package mod
|
||||
* @subpackage folder
|
||||
* @copyright 2009 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$capabilities = array(
|
||||
/* TODO: review public portfolio API first!
|
||||
'mod/folder:portfolioexport' => array(
|
||||
|
||||
Reference in New Issue
Block a user