ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilSoapStructureReader Class Reference

Abstract classs for reading structure objects. More...

+ Inheritance diagram for ilSoapStructureReader:
+ Collaboration diagram for ilSoapStructureReader:

Public Member Functions

 __construct (ilObject $object)
 
 getStructureObject ()
 
 _parseStructure ()
 
 isValid ()
 
 getObject ()
 

Data Fields

ilSoapStructureObject $structureObject = null
 

Protected Attributes

ilObject $object
 

Detailed Description

Abstract classs for reading structure objects.

Author
Roland Kuestermann (rku@a.nosp@m.ifb..nosp@m.uni-k.nosp@m.arls.nosp@m.ruhe..nosp@m.de)

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

Constructor & Destructor Documentation

◆ __construct()

ilSoapStructureReader::__construct ( ilObject  $object)

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

References $object, and ilSoapStructureObjectFactory\getInstanceForObject().

15  {
16  $this->object = $object;
17  $this->structureObject = ilSoapStructureObjectFactory::getInstanceForObject($object);
18  }
+ Here is the call graph for this function:

Member Function Documentation

◆ _parseStructure()

ilSoapStructureReader::_parseStructure ( )

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

Referenced by getStructureObject().

26  : void
27  {
28  }
+ Here is the caller graph for this function:

◆ getObject()

ilSoapStructureReader::getObject ( )

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

References $object.

Referenced by ilSoapGLOStructureReader\_parseStructure().

35  : ilObject
36  {
37  return $this->object;
38  }
+ Here is the caller graph for this function:

◆ getStructureObject()

ilSoapStructureReader::getStructureObject ( )

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

References $structureObject, and _parseStructure().

21  {
22  $this->_parseStructure();
24  }
Abstract classs for soap structure objects.
ilSoapStructureObject $structureObject
+ Here is the call graph for this function:

◆ isValid()

ilSoapStructureReader::isValid ( )

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

30  : bool
31  {
32  return $this->structureObject instanceof \ilSoapStructureObject;
33  }

Field Documentation

◆ $object

ilObject ilSoapStructureReader::$object
protected

◆ $structureObject

ilSoapStructureObject ilSoapStructureReader::$structureObject = null

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

Referenced by getStructureObject().


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