mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-15402: comment adminitration part of the repository plugins
This commit is contained in:
parent
96297ca2dd
commit
792ad3aaa7
@ -17,7 +17,7 @@ class repository_boxnet extends repository {
|
||||
private $box;
|
||||
|
||||
/**
|
||||
*
|
||||
* Constructor
|
||||
* @global <type> $SESSION
|
||||
* @param <type> $repositoryid
|
||||
* @param <type> $context
|
||||
@ -216,7 +216,7 @@ class repository_boxnet extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Names of the plugin settings
|
||||
* @return <type>
|
||||
*/
|
||||
public static function get_type_option_names() {
|
||||
@ -224,7 +224,7 @@ class repository_boxnet extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Add Plugin settings input to Moodle form
|
||||
* @param <type> $
|
||||
*/
|
||||
public function type_config_form(&$mform) {
|
||||
|
@ -250,7 +250,7 @@ class repository_flickr extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Add Plugin settings input to Moodle form
|
||||
* @global <type> $CFG
|
||||
* @param <type> $
|
||||
*/
|
||||
@ -286,7 +286,7 @@ class repository_flickr extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Names of the plugin settings
|
||||
* @return <type>
|
||||
*/
|
||||
public static function get_type_option_names() {
|
||||
|
@ -240,7 +240,7 @@ class repository_flickr_public extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Add Instance settings input to Moodle form
|
||||
* @param <type> $
|
||||
*/
|
||||
public function instance_config_form(&$mform) {
|
||||
@ -249,7 +249,7 @@ class repository_flickr_public extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Names of the instance settings
|
||||
* @return <type>
|
||||
*/
|
||||
public static function get_instance_option_names() {
|
||||
@ -257,7 +257,7 @@ class repository_flickr_public extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Add Plugin settings input to Moodle form
|
||||
* @param <type> $
|
||||
*/
|
||||
public function type_config_form(&$mform) {
|
||||
@ -272,7 +272,7 @@ class repository_flickr_public extends repository {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Names of the plugin settings
|
||||
* @return <type>
|
||||
*/
|
||||
public static function get_type_option_names() {
|
||||
|
@ -70,6 +70,7 @@ class repository_upload extends repository {
|
||||
*
|
||||
*/
|
||||
public function print_listing() {
|
||||
// will be used in non-javascript file picker
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user