ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilSoapLMPageStructureObject ($objId, $type, $title, $description, $parentRefId) | |
getInternalLink () | |
return current internal_link | |
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 | |
getGotoLink () | |
return current goto_link | |
_getXMLAttributes () | |
get xml tag attributes | |
_getTagName () | |
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 |
Additional Inherited Members | |
Data Fields inherited from ilSoapStructureObject | |
$obj_id | |
$title | |
$type | |
$description | |
$parentRefId | |
$structureObjects = array () |
Definition at line 38 of file class.ilSoapLMPageStructureObject.php.
ilSoapLMPageStructureObject::getInternalLink | ( | ) |
return current internal_link
Reimplemented from ilSoapStructureObject.
Definition at line 45 of file class.ilSoapLMPageStructureObject.php.
References ilSoapStructureObject\getTitle().
ilSoapLMPageStructureObject::ilSoapLMPageStructureObject | ( | $objId, | |
$type, | |||
$title, | |||
$description, | |||
$parentRefId | |||
) |
Definition at line 40 of file class.ilSoapLMPageStructureObject.php.
References ilSoapStructureObject\$description, ilSoapStructureObject\$parentRefId, ilSoapStructureObject\$title, ilSoapStructureObject\$type, and ilSoapStructureObject\ilSoapStructureObject().