ILIAS
release_8 Revision v8.19
|
Abstract classs for reading structure objects. More...
Public Member Functions | |
__construct (ilObject $object) | |
getStructureObject () | |
_parseStructure () | |
isValid () | |
getObject () | |
Data Fields | |
ilSoapStructureObject | $structureObject = null |
Protected Attributes | |
ilObject | $object |
Abstract classs for reading structure objects.
Definition at line 8 of file class.ilSoapStructureReader.php.
ilSoapStructureReader::__construct | ( | ilObject | $object | ) |
Definition at line 13 of file class.ilSoapStructureReader.php.
References $object, and ilSoapStructureObjectFactory\getInstanceForObject().
ilSoapStructureReader::_parseStructure | ( | ) |
Definition at line 25 of file class.ilSoapStructureReader.php.
Referenced by getStructureObject().
ilSoapStructureReader::getObject | ( | ) |
Definition at line 34 of file class.ilSoapStructureReader.php.
References $object.
Referenced by ilSoapGLOStructureReader\_parseStructure().
ilSoapStructureReader::getStructureObject | ( | ) |
Definition at line 19 of file class.ilSoapStructureReader.php.
References $structureObject, and _parseStructure().
ilSoapStructureReader::isValid | ( | ) |
Definition at line 29 of file class.ilSoapStructureReader.php.
|
protected |
Definition at line 10 of file class.ilSoapStructureReader.php.
Referenced by __construct(), ilSoapGLOStructureReader\_parseStructure(), and getObject().
ilSoapStructureObject ilSoapStructureReader::$structureObject = null |
Definition at line 11 of file class.ilSoapStructureReader.php.
Referenced by getStructureObject().