ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilSoapStructureReader Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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 24 of file class.ilSoapStructureReader.php.

Constructor & Destructor Documentation

◆ __construct()

ilSoapStructureReader::__construct ( ilObject  $object)

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

References $object, and ilSoapStructureObjectFactory\getInstanceForObject().

30  {
31  $this->object = $object;
32  $this->structureObject = ilSoapStructureObjectFactory::getInstanceForObject($object);
33  }
+ Here is the call graph for this function:

Member Function Documentation

◆ _parseStructure()

ilSoapStructureReader::_parseStructure ( )

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

Referenced by getStructureObject().

41  : void
42  {
43  }
+ Here is the caller graph for this function:

◆ getObject()

ilSoapStructureReader::getObject ( )

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

References $object.

Referenced by ilSoapGLOStructureReader\_parseStructure().

50  : ilObject
51  {
52  return $this->object;
53  }
+ Here is the caller graph for this function:

◆ getStructureObject()

ilSoapStructureReader::getStructureObject ( )

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

References $structureObject, and _parseStructure().

36  {
37  $this->_parseStructure();
39  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilSoapStructureObject $structureObject
+ Here is the call graph for this function:

◆ isValid()

ilSoapStructureReader::isValid ( )

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

45  : bool
46  {
47  return $this->structureObject instanceof \ilSoapStructureObject;
48  }

Field Documentation

◆ $object

ilObject ilSoapStructureReader::$object
protected

◆ $structureObject

ilSoapStructureObject ilSoapStructureReader::$structureObject = null

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

Referenced by getStructureObject().


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