|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilSoapLMChapterStructureObject:
Collaboration diagram for ilSoapLMChapterStructureObject:Public Member Functions | |
| ilSoapLMChapterStructureObject ($objId, $type, $title, $description, $parentRefId) | |
| getInternalLink () | |
| return current internal_link More... | |
| getGotoLink () | |
| return current goto_link More... | |
Public Member Functions inherited from ilSoapStructureObject | |
| ilSoapStructureObject ($objId, $type, $title, $description, $parentRefId=null) | |
| addStructureObject ($structureObject) | |
| add structure object to its parent More... | |
| getStructureObjects () | |
| returns sub structure elements More... | |
| setObjId ($value) | |
| set current ObjId More... | |
| getObjId () | |
| return current object id More... | |
| setTitle ($value) | |
| set current title More... | |
| getTitle () | |
| return current title More... | |
| setDescription ($value) | |
| set current description More... | |
| getDescription () | |
| return current description More... | |
| setType ($value) | |
| set current type More... | |
| getType () | |
| return current type More... | |
| getGotoLink () | |
| return current goto_link More... | |
| getInternalLink () | |
| return current internal_link More... | |
| _getXMLAttributes () | |
| get xml tag attributes More... | |
| _getTagName () | |
| setParentRefId ($parentRefId) | |
| set ref id for parent object (used for permanent link if set) More... | |
| getParentRefId () | |
| read access to parents ref id More... | |
| exportXML ($xml_writer) | |
| export to xml writer More... | |
Additional Inherited Members | |
Data Fields inherited from ilSoapStructureObject | |
| $obj_id | |
| $title | |
| $type | |
| $description | |
| $parentRefId | |
| $structureObjects = array () | |
Definition at line 38 of file class.ilSoapLMChapterStructureObject.php.
| ilSoapLMChapterStructureObject::getGotoLink | ( | ) |
return current goto_link
Reimplemented from ilSoapStructureObject.
Definition at line 49 of file class.ilSoapLMChapterStructureObject.php.
| ilSoapLMChapterStructureObject::getInternalLink | ( | ) |
return current internal_link
Reimplemented from ilSoapStructureObject.
Definition at line 45 of file class.ilSoapLMChapterStructureObject.php.
References ilSoapStructureObject\getTitle().
Here is the call graph for this function:| ilSoapLMChapterStructureObject::ilSoapLMChapterStructureObject | ( | $objId, | |
| $type, | |||
| $title, | |||
| $description, | |||
| $parentRefId | |||
| ) |
Definition at line 40 of file class.ilSoapLMChapterStructureObject.php.
References ilSoapStructureObject\$description, ilSoapStructureObject\$parentRefId, ilSoapStructureObject\$title, and ilSoapStructureObject\$type.