|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilSoapRepositoryStructureObject:
Collaboration diagram for ilSoapRepositoryStructureObject:Public Member Functions | |
| __construct (int $objId, string $type, string $title, string $description, ?int $refId=null) | |
| setRefId (int $value) | |
| getRefId () | |
| getInternalLink () | |
| getGotoLink () | |
| _getXMLAttributes () | |
| _getTagName () | |
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) | |
Protected Attributes | |
| int | $ref_id = 0 |
Additional Inherited Members | |
Data Fields inherited from ilSoapStructureObject | |
| int | $obj_id |
| string | $title |
| string | $type |
| string | $description |
| int | $parentRefId |
| array | $structureObjects = array() |
Definition at line 34 of file class.ilSoapRepositoryStructureObject.php.
| ilSoapRepositoryStructureObject::__construct | ( | int | $objId, |
| string | $type, | ||
| string | $title, | ||
| string | $description, | ||
| ?int | $refId = null |
||
| ) |
Reimplemented from ilSoapStructureObject.
Definition at line 38 of file class.ilSoapRepositoryStructureObject.php.
References ilSoapStructureObject\$description, $objId, $refId, ilSoapStructureObject\$title, ilSoapStructureObject\$type, ILIAS\GlobalScreen\Provider\__construct(), and setRefId().
Here is the call graph for this function:| ilSoapRepositoryStructureObject::_getTagName | ( | ) |
Reimplemented from ilSoapStructureObject.
Definition at line 76 of file class.ilSoapRepositoryStructureObject.php.
| ilSoapRepositoryStructureObject::_getXMLAttributes | ( | ) |
Reimplemented from ilSoapStructureObject.
Definition at line 67 of file class.ilSoapRepositoryStructureObject.php.
References ilSoapStructureObject\getObjId(), getRefId(), and ilSoapStructureObject\getType().
Here is the call graph for this function:| ilSoapRepositoryStructureObject::getGotoLink | ( | ) |
Reimplemented from ilSoapStructureObject.
Definition at line 59 of file class.ilSoapRepositoryStructureObject.php.
References CLIENT_ID, getRefId(), and ilSoapStructureObject\getType().
Here is the call graph for this function:| ilSoapRepositoryStructureObject::getInternalLink | ( | ) |
Reimplemented from ilSoapStructureObject.
Definition at line 54 of file class.ilSoapRepositoryStructureObject.php.
References getRefId(), ilSoapStructureObject\getTitle(), and ilSoapStructureObject\getType().
Here is the call graph for this function:| ilSoapRepositoryStructureObject::getRefId | ( | ) |
Definition at line 49 of file class.ilSoapRepositoryStructureObject.php.
References $ref_id.
Referenced by _getXMLAttributes(), getGotoLink(), and getInternalLink().
Here is the caller graph for this function:| ilSoapRepositoryStructureObject::setRefId | ( | int | $value | ) |
Definition at line 44 of file class.ilSoapRepositoryStructureObject.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file class.ilSoapRepositoryStructureObject.php.
Referenced by getRefId().