コード例 #1
0
 function ilSoapLMChapterStructureObject($objId, $type, $title, $description, $parentRefId)
 {
     parent::ilSoapStructureObject($objId, $type, $title, $description, $parentRefId);
 }
コード例 #2
0
 function ilSoapGLOTermStructureObject($objId, $type, $title, $description, $parentRefId)
 {
     parent::ilSoapStructureObject($objId, $type, $title, $description, $parentRefId);
 }
コード例 #3
0
 function ilSoapRepositoryStructureObject($objId, $type, $title, $description, $refId)
 {
     parent::ilSoapStructureObject($objId, $type, $title, $description);
     $this->setRefId($refId);
 }