Esempio n. 1
0
 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);
 }
Esempio n. 2
0
 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);
 }
Esempio n. 3
0
 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);
 }
Esempio n. 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);
 }
Esempio n. 5
0
 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);
 }
Esempio n. 6
0
 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path)
 {
     $this->defaultfile = 'label.xml';
     parent::__construct($item, $manifest, $rootpath, $path);
 }
 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);
 }