ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Public Member Functions | |
__construct (int $objId, string $type, string $title, string $description, ?int $refId=null) | |
setRefId (int $value) | |
getRefId () | |
getInternalLink () | |
getGotoLink () | |
_getXMLAttributes () | |
_getTagName () | |
![]() | |
__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) | |
Protected Attributes | |
int | $ref_id = 0 |
Additional Inherited Members | |
![]() | |
int | $obj_id |
string | $title |
string | $type |
string | $description |
int | $parentRefId |
array | $structureObjects = array() |
Definition at line 25 of file class.ilSoapRepositoryStructureObject.php.
ilSoapRepositoryStructureObject::__construct | ( | int | $objId, |
string | $type, | ||
string | $title, | ||
string | $description, | ||
?int | $refId = null |
||
) |
Definition at line 29 of file class.ilSoapRepositoryStructureObject.php.
References $refId, ILIAS\GlobalScreen\Provider\__construct(), and setRefId().
ilSoapRepositoryStructureObject::_getTagName | ( | ) |
Definition at line 67 of file class.ilSoapRepositoryStructureObject.php.
ilSoapRepositoryStructureObject::_getXMLAttributes | ( | ) |
Definition at line 58 of file class.ilSoapRepositoryStructureObject.php.
References ilSoapStructureObject\getObjId(), getRefId(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getGotoLink | ( | ) |
Definition at line 50 of file class.ilSoapRepositoryStructureObject.php.
References CLIENT_ID, getRefId(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getInternalLink | ( | ) |
Definition at line 45 of file class.ilSoapRepositoryStructureObject.php.
References getRefId(), ilSoapStructureObject\getTitle(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getRefId | ( | ) |
Definition at line 40 of file class.ilSoapRepositoryStructureObject.php.
References $ref_id.
Referenced by _getXMLAttributes(), getGotoLink(), and getInternalLink().
ilSoapRepositoryStructureObject::setRefId | ( | int | $value | ) |
Definition at line 35 of file class.ilSoapRepositoryStructureObject.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilSoapRepositoryStructureObject.php.
Referenced by getRefId().