Public Member Functions

ilSoapLMChapterStructureObject Class Reference

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

Detailed Description

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


Member Function Documentation

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 
)

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