コード例 #1
0
 /**
  * Get question ids
  *
  * note: this method must be called afer exportXMLPageContent
  */
 function getQuestionIds()
 {
     return ilPageObject::_getQuestionIdsForPage($this->content_object->getType(), $this->getId());
 }