ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($objId, $type, $title, $description, $refId) | |
Constructor. More... | |
setRefId ($value) | |
set current refId More... | |
getRefId () | |
return current ref id More... | |
getInternalLink () | |
getGotoLink () | |
_getXMLAttributes () | |
_getTagName () | |
Public Member Functions inherited from ilSoapStructureObject | |
__construct ($objId, $type, $title, $description, $parentRefId=null) | |
addStructureObject ($structureObject) | |
add structure object to its parent More... | |
getStructureObjects () | |
returns sub structure elements More... | |
setObjId ($value) | |
set current ObjId More... | |
getObjId () | |
return current object id More... | |
setTitle ($value) | |
set current title More... | |
getTitle () | |
return current title More... | |
setDescription ($value) | |
set current description More... | |
getDescription () | |
return current description More... | |
setType ($value) | |
set current type More... | |
getType () | |
return current type More... | |
getGotoLink () | |
return current goto_link More... | |
getInternalLink () | |
return current internal_link More... | |
_getXMLAttributes () | |
get xml tag attributes More... | |
_getTagName () | |
setParentRefId ($parentRefId) | |
set ref id for parent object (used for permanent link if set) More... | |
getParentRefId () | |
read access to parents ref id More... | |
exportXML ($xml_writer) | |
export to xml writer More... | |
Protected Attributes | |
$ref_id | |
Additional Inherited Members | |
Data Fields inherited from ilSoapStructureObject | |
$obj_id | |
$title | |
$type | |
$description | |
$parentRefId | |
$structureObjects = array() | |
Definition at line 38 of file class.ilSoapRepositoryStructureObject.php.
ilSoapRepositoryStructureObject::__construct | ( | $objId, | |
$type, | |||
$title, | |||
$description, | |||
$refId | |||
) |
Constructor.
type | $objId | |
type | $type | |
type | $title | |
type | $description | |
type | $refId |
Definition at line 50 of file class.ilSoapRepositoryStructureObject.php.
References ilSoapStructureObject\$description, ilSoapStructureObject\$title, ilSoapStructureObject\$type, and setRefId().
ilSoapRepositoryStructureObject::_getTagName | ( | ) |
Definition at line 94 of file class.ilSoapRepositoryStructureObject.php.
ilSoapRepositoryStructureObject::_getXMLAttributes | ( | ) |
Definition at line 85 of file class.ilSoapRepositoryStructureObject.php.
References array, ilSoapStructureObject\getObjId(), getRefId(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getGotoLink | ( | ) |
Definition at line 80 of file class.ilSoapRepositoryStructureObject.php.
References getRefId(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getInternalLink | ( | ) |
Definition at line 75 of file class.ilSoapRepositoryStructureObject.php.
References getRefId(), ilSoapStructureObject\getTitle(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getRefId | ( | ) |
return current ref id
Definition at line 70 of file class.ilSoapRepositoryStructureObject.php.
References $ref_id.
Referenced by _getXMLAttributes(), getGotoLink(), and getInternalLink().
ilSoapRepositoryStructureObject::setRefId | ( | $value | ) |
set current refId
Definition at line 60 of file class.ilSoapRepositoryStructureObject.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilSoapRepositoryStructureObject.php.
Referenced by getRefId().