Home
last modified time | relevance | path

Searched refs:pluginsubtype (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/mod/assign/
H A Dlocallib.php3186 $pluginsubtype = required_param('pluginsubtype', PARAM_ALPHA);
3190 $plugin = $this->get_plugin_by_type($pluginsubtype, $plugintype);
3253 * @param string $pluginsubtype
3256 protected function view_plugin_content($pluginsubtype) { argument
3263 if ($pluginsubtype == 'assignsubmission') {
/dports/www/moodle311/moodle/mod/assign/
H A Dlocallib.php3179 $pluginsubtype = required_param('pluginsubtype', PARAM_ALPHA);
3183 $plugin = $this->get_plugin_by_type($pluginsubtype, $plugintype);
3246 * @param string $pluginsubtype
3249 protected function view_plugin_content($pluginsubtype) { argument
3256 if ($pluginsubtype == 'assignsubmission') {
/dports/www/moodle39/moodle/mod/assign/
H A Dlocallib.php3186 $pluginsubtype = required_param('pluginsubtype', PARAM_ALPHA);
3190 $plugin = $this->get_plugin_by_type($pluginsubtype, $plugintype);
3253 * @param string $pluginsubtype
3256 protected function view_plugin_content($pluginsubtype) { argument
3263 if ($pluginsubtype == 'assignsubmission') {