ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilSoapStructureReader Class Reference
+ Inheritance diagram for ilSoapStructureReader:
+ Collaboration diagram for ilSoapStructureReader:

Public Member Functions

 __construct (& $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.

Constructor & Destructor Documentation

◆ __construct()

ilSoapStructureReader::__construct ( $object)

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

References $object, and ilSoapStructureObjectFactory\getInstanceForObject().

+ Here is the call graph for this function:

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 ilSoapGLOStructureReader\_parseStructure(), and ilSoapLMStructureReader\_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:

◆ 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

ilSoapStructureReader::$object

◆ $structureObject

ilSoapStructureReader::$structureObject

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