Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param integer $a_tree_id tree id
  */
 private function __construct($a_tree_id)
 {
     parent::ilTree($a_tree_id);
     $this->setTableNames('lm_tree', 'lm_data');
     $this->setTreeTablePK("lm_id");
     $this->useCache(true);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @param	int		$a_id		tree id (= SCORM Learning Module Object ID)
  * @access	public
  */
 function ilSCORMTree($a_id = 0)
 {
     parent::ilTree($a_id);
     $this->setTableNames('scorm_tree', 'scorm_object');
     $this->setTreeTablePK('slm_id');
 }