コード例 #1
0
ファイル: cc_converter_url.php プロジェクト: evltuma/moodle
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->cc_type = cc_version11::weblink;
     $this->defaultfile = 'url.xml';
     $this->defaultname = 'weblink.xml';
     parent::__construct($item, $manifest, $rootpath, $path);
 }
コード例 #2
0
ファイル: cc_converter_lti.php プロジェクト: evltuma/moodle
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->cc_type = cc_version11::basiclti;
     $this->defaultfile = 'lti.xml';
     $this->defaultname = basicltil1_resurce_file::deafultname;
     parent::__construct($item, $manifest, $rootpath, $path);
 }
コード例 #3
0
ファイル: cc_converter_quiz.php プロジェクト: evltuma/moodle
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->cc_type = cc_version11::assessment;
     $this->defaultfile = 'quiz.xml';
     $this->defaultname = assesment11_resurce_file::deafultname;
     parent::__construct($item, $manifest, $rootpath, $path);
 }
コード例 #4
0
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->cc_type = cc_version11::discussiontopic;
     $this->defaultfile = 'forum.xml';
     $this->defaultname = 'discussion.xml';
     parent::__construct($item, $manifest, $rootpath, $path);
 }
コード例 #5
0
ファイル: cc_converter_page.php プロジェクト: evltuma/moodle
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->cc_type = cc_version11::webcontent;
     $this->defaultfile = 'page.xml';
     $this->defaultname = uniqid() . '.html';
     parent::__construct($item, $manifest, $rootpath, $path);
 }
コード例 #6
0
ファイル: cc_converter_label.php プロジェクト: evltuma/moodle
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->defaultfile = 'label.xml';
     parent::__construct($item, $manifest, $rootpath, $path);
 }
コード例 #7
0
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->cc_type = cc_version11::webcontent;
     $this->defaultfile = 'resource.xml';
     parent::__construct($item, $manifest, $rootpath, $path);
 }