private $box;
/**
- *
+ * Constructor
* @global <type> $SESSION
* @param <type> $repositoryid
* @param <type> $context
}
/**
- *
+ * Names of the plugin settings
* @return <type>
*/
public static function get_type_option_names() {
}
/**
- *
+ * Add Plugin settings input to Moodle form
* @param <type> $
*/
public function type_config_form(&$mform) {
}
/**
- *
+ * Add Plugin settings input to Moodle form
* @global <type> $CFG
* @param <type> $
*/
}
/**
- *
+ * Names of the plugin settings
* @return <type>
*/
public static function get_type_option_names() {
}
/**
- *
+ * Add Instance settings input to Moodle form
* @param <type> $
*/
public function instance_config_form(&$mform) {
}
/**
- *
+ * Names of the instance settings
* @return <type>
*/
public static function get_instance_option_names() {
}
/**
- *
+ * Add Plugin settings input to Moodle form
* @param <type> $
*/
public function type_config_form(&$mform) {
}
/**
- *
+ * Names of the plugin settings
* @return <type>
*/
public static function get_type_option_names() {
*
*/
public function print_listing() {
+ // will be used in non-javascript file picker
}
/**