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