コード例 #1
0
 function initPageObject($a_parent_type, $a_id, $a_old_nr)
 {
     $page = new ilSCORM2004Page($a_id, $a_old_nr);
     $page->setGlossaryId($this->glo_id);
     $this->setPageObject($page);
 }