ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
SettingsManager.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 public function __construct(protected int $rep_obj_id)
26 {
27 }
28
29 public function isActivated(): bool
30 {
32 $this->rep_obj_id,
34 '0'
35 );
36 }
37}
__construct(protected int $rep_obj_id)
static _lookupContainerSetting(int $a_id, string $a_keyword, ?string $a_default_value=null)