ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
ilSoapStructureReader Class Reference
+ Inheritance diagram for ilSoapStructureReader:
+ Collaboration diagram for ilSoapStructureReader:

Public Member Functions

 ilSoapStructureReader (& $object)
 
 getStructureObject ()
 
 _parseStructure ()
 
 isValid ()
 
 getObject ()
 read access to parent object More...
 

Data Fields

 $object
 
 $structureObject
 

Detailed Description

Definition at line 37 of file class.ilSoapStructureReader.php.

Member Function Documentation

◆ _parseStructure()

ilSoapStructureReader::_parseStructure ( )

Definition at line 52 of file class.ilSoapStructureReader.php.

Referenced by getStructureObject().

52  {
53  die ("abstract");
54  }
+ Here is the caller graph for this function:

◆ getObject()

ilSoapStructureReader::getObject ( )

read access to parent object

Definition at line 64 of file class.ilSoapStructureReader.php.

References $object.

Referenced by ilSoapLMStructureReader\_parseStructure(), and ilSoapGLOStructureReader\_parseStructure().

+ Here is the caller graph for this function:

◆ getStructureObject()

ilSoapStructureReader::getStructureObject ( )

Definition at line 47 of file class.ilSoapStructureReader.php.

References $structureObject, and _parseStructure().

+ Here is the call graph for this function:

◆ ilSoapStructureReader()

ilSoapStructureReader::ilSoapStructureReader ( $object)

Definition at line 41 of file class.ilSoapStructureReader.php.

References $object, and ilSoapStructureObjectFactory\getInstanceForObject().

+ Here is the call graph for this function:

◆ isValid()

ilSoapStructureReader::isValid ( )

Definition at line 56 of file class.ilSoapStructureReader.php.

56  {
57  return $this->structureObject != null && is_a($this->structureObject, "ilSoapStructureObject");
58  }

Field Documentation

◆ $object

◆ $structureObject

ilSoapStructureReader::$structureObject

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