MDL-15402: comment adminitration part of the repository plugins

This commit is contained in:
jerome 2008-09-18 05:43:38 +00:00
parent 96297ca2dd
commit 792ad3aaa7
4 changed files with 10 additions and 9 deletions

View File

@ -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) {

View File

@ -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() {

View File

@ -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() {

View File

@ -70,6 +70,7 @@ class repository_upload extends repository {
*
*/
public function print_listing() {
// will be used in non-javascript file picker
}
/**