ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 8 of file class.ilSoapStructureReader.php.

Constructor & Destructor Documentation

◆ __construct()

ilSoapStructureReader::__construct ( ilObject  $object)

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

References $object, and ilSoapStructureObjectFactory\getInstanceForObject().

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

Member Function Documentation

◆ _parseStructure()

ilSoapStructureReader::_parseStructure ( )

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

Referenced by getStructureObject().

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

◆ getObject()

ilSoapStructureReader::getObject ( )

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

References $object.

Referenced by ilSoapGLOStructureReader\_parseStructure().

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

◆ getStructureObject()

ilSoapStructureReader::getStructureObject ( )

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

References $structureObject, and _parseStructure().

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

◆ isValid()

ilSoapStructureReader::isValid ( )

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

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

Field Documentation

◆ $object

ilObject ilSoapStructureReader::$object
protected

◆ $structureObject

ilSoapStructureObject ilSoapStructureReader::$structureObject = null

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

Referenced by getStructureObject().


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