ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 34 of file class.ilSoapLMChapterStructureObject.php.

Member Function Documentation

◆ getGotoLink()

ilSoapLMChapterStructureObject::getGotoLink ( )

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

41  : string
42  {
43  return "";
44  }

◆ getInternalLink()

ilSoapLMChapterStructureObject::getInternalLink ( )

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

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

36  : string
37  {
38  return "[iln chap=\"" . $this->getObjId() . "\"]" . $this->getTitle() . "[/iln]";
39  }
+ Here is the call graph for this function:

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