|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilSoapStructureReader:
Collaboration diagram for ilSoapStructureReader:Public Member Functions | |
| __construct (&$object) | |
| getStructureObject () | |
| _parseStructure () | |
| isValid () | |
| getObject () | |
| read access to parent object More... | |
Data Fields | |
| $object | |
| $structureObject | |
Definition at line 37 of file class.ilSoapStructureReader.php.
| ilSoapStructureReader::__construct | ( | & | $object | ) |
Definition at line 42 of file class.ilSoapStructureReader.php.
References $object, and ilSoapStructureObjectFactory\getInstanceForObject().
Here is the call graph for this function:| ilSoapStructureReader::_parseStructure | ( | ) |
Reimplemented in ilSoapGLOStructureReader, and ilSoapLMStructureReader.
Definition at line 54 of file class.ilSoapStructureReader.php.
Referenced by getStructureObject().
Here is the caller graph for this function:| ilSoapStructureReader::getObject | ( | ) |
read access to parent object
Definition at line 68 of file class.ilSoapStructureReader.php.
References $object.
Referenced by ilSoapGLOStructureReader\_parseStructure(), and ilSoapLMStructureReader\_parseStructure().
Here is the caller graph for this function:| ilSoapStructureReader::getStructureObject | ( | ) |
Definition at line 48 of file class.ilSoapStructureReader.php.
References $structureObject, and _parseStructure().
Here is the call graph for this function:| ilSoapStructureReader::isValid | ( | ) |
Definition at line 59 of file class.ilSoapStructureReader.php.
| ilSoapStructureReader::$object |
Definition at line 39 of file class.ilSoapStructureReader.php.
Referenced by ilSoapLMStructureReader\__construct(), __construct(), and getObject().
| ilSoapStructureReader::$structureObject |
Definition at line 40 of file class.ilSoapStructureReader.php.
Referenced by ilSoapLMStructureReader\_parseStructure(), and getStructureObject().