ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSoapGLOTermDefinitionStructureObject Class Reference
+ Inheritance diagram for ilSoapGLOTermDefinitionStructureObject:
+ Collaboration diagram for ilSoapGLOTermDefinitionStructureObject:

Public Member Functions

 ilSoapGLOTermDefinitionStructureObject ($objId, $type, $title, $description, $parentRefId)
 getInternalLink ()
 return current internal_link
 getGotoLink ()
 return current goto_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
 _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 ()

Detailed Description

Member Function Documentation

ilSoapGLOTermDefinitionStructureObject::getGotoLink ( )

return current goto_link

Reimplemented from ilSoapStructureObject.

Definition at line 50 of file class.ilSoapGLOTermDefinitionStructureObject.php.

{
/* @var $ilInit ilInitialisation */
return "";
}
ilSoapGLOTermDefinitionStructureObject::getInternalLink ( )

return current internal_link

Reimplemented from ilSoapStructureObject.

Definition at line 46 of file class.ilSoapGLOTermDefinitionStructureObject.php.

{
return "";
}
ilSoapGLOTermDefinitionStructureObject::ilSoapGLOTermDefinitionStructureObject (   $objId,
  $type,
  $title,
  $description,
  $parentRefId 
)

The documentation for this class was generated from the following file: