ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilSoapLMChapterStructureObject Class Reference
+ Inheritance diagram for ilSoapLMChapterStructureObject:
+ Collaboration diagram for ilSoapLMChapterStructureObject:

Public Member Functions

 getInternalLink ()
 
 getGotoLink ()
 
- Public Member Functions inherited from ilSoapStructureObject
 __construct (int $objId, string $type, string $title, string $description, ?int $parentRefId=null)
 
 addStructureObject (ilSoapStructureObject $structureObject)
 
 getStructureObjects ()
 
 setObjId (int $value)
 
 getObjId ()
 
 setTitle (string $value)
 
 getTitle ()
 
 setDescription (string $value)
 
 getDescription ()
 
 setType (string $value)
 
 getType ()
 
 getGotoLink ()
 
 getInternalLink ()
 
 _getXMLAttributes ()
 
 _getTagName ()
 
 setParentRefId (int $parentRefId)
 
 getParentRefId ()
 
 exportXML (ilXmlWriter $xml_writer)
 

Additional Inherited Members

- Data Fields inherited from ilSoapStructureObject
int $obj_id
 
string $title
 
string $type
 
string $description
 
int $parentRefId
 
array $structureObjects = array()
 

Detailed Description

Definition at line 25 of file class.ilSoapLMChapterStructureObject.php.

Member Function Documentation

◆ getGotoLink()

ilSoapLMChapterStructureObject::getGotoLink ( )

Definition at line 32 of file class.ilSoapLMChapterStructureObject.php.

32  : string
33  {
34  return "";
35  }

◆ getInternalLink()

ilSoapLMChapterStructureObject::getInternalLink ( )

Definition at line 27 of file class.ilSoapLMChapterStructureObject.php.

References ilSoapStructureObject\getObjId(), and ilSoapStructureObject\getTitle().

27  : string
28  {
29  return "[iln chap=\"" . $this->getObjId() . "\"]" . $this->getTitle() . "[/iln]";
30  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: