ILIAS  release_8 Revision v8.24
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().

+ Here is the call graph for this function:

Member Function Documentation

◆ _parseStructure()

ilSoapStructureReader::_parseStructure ( )

Reimplemented in ilSoapGLOStructureReader.

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

25 : void
26 {
27 }

Referenced by getStructureObject().

+ Here is the caller graph for this function:

◆ getObject()

ilSoapStructureReader::getObject ( )

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

34 : ilObject
35 {
36 return $this->object;
37 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

References $object.

Referenced by ilSoapGLOStructureReader\_parseStructure().

+ Here is the caller graph for this function:

◆ getStructureObject()

ilSoapStructureReader::getStructureObject ( )

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

20 {
21 $this->_parseStructure();
23 }
Abstract classs for soap structure objects.
ilSoapStructureObject $structureObject

References $structureObject, and _parseStructure().

+ 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: