function ilSoapLMChapterStructureObject($objId, $type, $title, $description, $parentRefId)
 {
     parent::ilSoapStructureObject($objId, $type, $title, $description, $parentRefId);
 }
 function ilSoapGLOTermStructureObject($objId, $type, $title, $description, $parentRefId)
 {
     parent::ilSoapStructureObject($objId, $type, $title, $description, $parentRefId);
 }
 function ilSoapRepositoryStructureObject($objId, $type, $title, $description, $refId)
 {
     parent::ilSoapStructureObject($objId, $type, $title, $description);
     $this->setRefId($refId);
 }