|
ILIAS
release_8 Revision v8.24
|
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 |
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().
Here is the call graph for this function:| ilSoapStructureReader::_parseStructure | ( | ) |
Reimplemented in ilSoapGLOStructureReader.
Definition at line 25 of file class.ilSoapStructureReader.php.
Referenced by getStructureObject().
Here is the caller graph for this function:| ilSoapStructureReader::getObject | ( | ) |
Definition at line 34 of file class.ilSoapStructureReader.php.
References $object.
Referenced by ilSoapGLOStructureReader\_parseStructure().
Here is the caller graph for this function:| ilSoapStructureReader::getStructureObject | ( | ) |
Definition at line 19 of file class.ilSoapStructureReader.php.
References $structureObject, and _parseStructure().
Here is the call graph for this function:| 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().