ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSoapLMPageStructureObject Class Reference
+ Inheritance diagram for ilSoapLMPageStructureObject:
+ Collaboration diagram for ilSoapLMPageStructureObject:

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 ()

Detailed Description

Definition at line 38 of file class.ilSoapLMPageStructureObject.php.

Member Function Documentation

ilSoapLMPageStructureObject::getInternalLink ( )

return current internal_link

Reimplemented from ilSoapStructureObject.

Definition at line 45 of file class.ilSoapLMPageStructureObject.php.

References ilSoapStructureObject\getTitle().

{
return "[iln page=\"".$this->getObjId()."\"]".$this->getTitle()."[/iln]";
}

+ Here is the call graph for this function:

ilSoapLMPageStructureObject::ilSoapLMPageStructureObject (   $objId,
  $type,
  $title,
  $description,
  $parentRefId 
)

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