Inheritance diagram for ilSoapLMChapterStructureObject:
Collaboration diagram for ilSoapLMChapterStructureObject:Public Member Functions | |
| ilSoapLMChapterStructureObject ($objId, $type, $title, $description, $parentRefId) | |
| getInternalLink () | |
| return current internal_link | |
| getGotoLink () | |
| return current goto_link | |
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.
{
return "";
}
| ilSoapLMChapterStructureObject::getInternalLink | ( | ) |
return current internal_link
Reimplemented from ilSoapStructureObject.
Definition at line 45 of file class.ilSoapLMChapterStructureObject.php.
References ilSoapStructureObject::getTitle().
{
return "[iln chap=\"".$this->getObjId()."\"]".$this->getTitle()."[/iln]";
}
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, ilSoapStructureObject::$type, and ilSoapStructureObject::ilSoapStructureObject().
{
parent::ilSoapStructureObject($objId, $type, $title, $description, $parentRefId);
}
Here is the call graph for this function:
1.7.1