ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilSoapLMChapterStructureObject.php
Go to the documentation of this file.
1
<?php
2
25
class
ilSoapLMChapterStructureObject
extends
ilSoapStructureObject
26
{
27
public
function
getInternalLink
(): string
28
{
29
return
"[iln chap=\""
. $this->
getObjId
() .
"\"]"
. $this->
getTitle
() .
"[/iln]"
;
30
}
31
32
public
function
getGotoLink
(): string
33
{
34
return
""
;
35
}
36
}
ilSoapLMChapterStructureObject
Definition:
class.ilSoapLMChapterStructureObject.php:26
ilSoapLMChapterStructureObject\getGotoLink
getGotoLink()
Definition:
class.ilSoapLMChapterStructureObject.php:32
ilSoapLMChapterStructureObject\getInternalLink
getInternalLink()
Definition:
class.ilSoapLMChapterStructureObject.php:27
ilSoapStructureObject
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilSoapStructureObject.php:23
ilSoapStructureObject\getObjId
getObjId()
Definition:
class.ilSoapStructureObject.php:56
ilSoapStructureObject\getTitle
getTitle()
Definition:
class.ilSoapStructureObject.php:66
components
ILIAS
soap
classes
class.ilSoapLMChapterStructureObject.php
Generated on Sat Oct 18 2025 23:04:21 for ILIAS by
1.9.4 (using
Doxyfile
)