ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilSoapRepositoryStructureObject ($objId, $type, $title, $description, $refId) | |
setRefId ($value) | |
set current refId | |
getRefId () | |
return current ref id | |
getInternalLink () | |
return current internal_link | |
getGotoLink () | |
return current goto_link | |
_getXMLAttributes () | |
get xml tag attributes | |
_getTagName () | |
Public Member Functions inherited from ilSoapStructureObject | |
ilSoapStructureObject ($objId, $type, $title, $description, $parentRefId=null) | |
addStructureObject ($structureObject) | |
add structure object to its parent | |
getStructureObjects () | |
returns sub structure elements | |
setObjId ($value) | |
set current ObjId | |
getObjId () | |
return current object id | |
setTitle ($value) | |
set current title | |
getTitle () | |
return current title | |
setDescription ($value) | |
set current description | |
getDescription () | |
return current description | |
setType ($value) | |
set current type | |
getType () | |
return current type | |
setParentRefId ($parentRefId) | |
set ref id for parent object (used for permanent link if set) | |
getParentRefId () | |
read access to parents ref id | |
exportXML ($xml_writer) | |
export to xml writer |
Data Fields | |
$ref_id | |
Data Fields inherited from ilSoapStructureObject | |
$obj_id | |
$title | |
$type | |
$description | |
$parentRefId | |
$structureObjects = array () |
Definition at line 38 of file class.ilSoapRepositoryStructureObject.php.
ilSoapRepositoryStructureObject::_getTagName | ( | ) |
Reimplemented from ilSoapStructureObject.
Definition at line 81 of file class.ilSoapRepositoryStructureObject.php.
ilSoapRepositoryStructureObject::_getXMLAttributes | ( | ) |
get xml tag attributes
Reimplemented from ilSoapStructureObject.
Definition at line 72 of file class.ilSoapRepositoryStructureObject.php.
References ilSoapStructureObject\getObjId(), getRefId(), and ilSoapStructureObject\getType().
ilSoapRepositoryStructureObject::getGotoLink | ( | ) |
return current goto_link
Reimplemented from ilSoapStructureObject.
Definition at line 68 of file class.ilSoapRepositoryStructureObject.php.
References getRefId().
ilSoapRepositoryStructureObject::getInternalLink | ( | ) |
return current internal_link
Reimplemented from ilSoapStructureObject.
Definition at line 64 of file class.ilSoapRepositoryStructureObject.php.
References getRefId(), and ilSoapStructureObject\getTitle().
ilSoapRepositoryStructureObject::getRefId | ( | ) |
return current ref id
Definition at line 59 of file class.ilSoapRepositoryStructureObject.php.
References $ref_id.
Referenced by _getXMLAttributes(), getGotoLink(), and getInternalLink().
ilSoapRepositoryStructureObject::ilSoapRepositoryStructureObject | ( | $objId, | |
$type, | |||
$title, | |||
$description, | |||
$refId | |||
) |
Definition at line 41 of file class.ilSoapRepositoryStructureObject.php.
References ilSoapStructureObject\$description, ilSoapStructureObject\$title, ilSoapStructureObject\$type, ilSoapStructureObject\ilSoapStructureObject(), and setRefId().
ilSoapRepositoryStructureObject::setRefId | ( | $value | ) |
set current refId
Definition at line 50 of file class.ilSoapRepositoryStructureObject.php.
Referenced by ilSoapRepositoryStructureObject().
ilSoapRepositoryStructureObject::$ref_id |
Definition at line 39 of file class.ilSoapRepositoryStructureObject.php.
Referenced by getRefId().