示例#1
0
 /**
  * @param moodle1_mod_handler $teamworkhandler the handler of a module we are subplugin of
  * @param string $subpluginname the name of the subplugin
  */
 public function __construct(moodle1_mod_handler $teamworkhandler, $subpluginname)
 {
     parent::__construct($teamworkhandler, 'teamworkform', $subpluginname);
 }
 /**
  * @param moodle1_mod_handler $workshophandler the handler of a module we are subplugin of
  * @param string $subpluginname the name of the subplugin
  */
 public function __construct(moodle1_mod_handler $workshophandler, $subpluginname)
 {
     parent::__construct($workshophandler, 'workshopform', $subpluginname);
 }
示例#3
0
文件: lib.php 项目: JP-Git/moodle
 /**
  * @param moodle1_mod_handler $assignmenthandler the handler of a module we are subplugin of
  * @param string $subpluginname the name of the subplugin
  */
 public function __construct(moodle1_mod_handler $assignmenthandler, $subpluginname) {
     parent::__construct($assignmenthandler, 'assignment', $subpluginname);
 }