ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilSoapStructureReader.php
Go to the documentation of this file.
1<?php
2
3
25{
26 protected ilObject $object;
28
29 public function __construct(ilObject $object)
30 {
31 $this->object = $object;
33 }
34
36 {
37 $this->_parseStructure();
39 }
40
41 public function _parseStructure(): void
42 {
43 }
44
45 public function isValid(): bool
46 {
47 return $this->structureObject instanceof \ilSoapStructureObject;
48 }
49
50 public function getObject(): ilObject
51 {
52 return $this->object;
53 }
54}
Class ilObject Basic functions for all objects.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilSoapStructureObject $structureObject