19 declare(strict_types=1);
32 public const ALL =
'*';
39 protected string $adaptor_name,
40 protected bool $activated =
false,
41 protected array $container_keys = [],
44 if ($this->nodes === null) {
51 return $this->adaptor_name;
56 return $this->nodes->getNodes();
61 return $this->container_keys;
71 return $this->activated;
__construct(protected string $adaptor_name, protected bool $activated=false, protected array $container_keys=[], protected ?NodeRepository $nodes=null)
getActivatedContainerKeys()
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...