ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Glossary\Settings\SettingsManager Class Reference
+ Collaboration diagram for ILIAS\Glossary\Settings\SettingsManager:

Public Member Functions

 __construct (protected InternalDataService $data, protected InternalRepoService $repo, protected InternalDomainService $domain)
 
 update (Settings $settings)
 
 getByObjId (int $id)
 

Detailed Description

Definition at line 28 of file SettingsManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Glossary\Settings\SettingsManager::__construct ( protected InternalDataService  $data,
protected InternalRepoService  $repo,
protected InternalDomainService  $domain 
)

Definition at line 30 of file SettingsManager.php.

34 {
35 }

Member Function Documentation

◆ getByObjId()

ILIAS\Glossary\Settings\SettingsManager::getByObjId ( int  $id)

Definition at line 42 of file SettingsManager.php.

42 : ?Settings
43 {
44 return $this->repo->settings()->getById($id);
45 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

◆ update()

ILIAS\Glossary\Settings\SettingsManager::update ( Settings  $settings)

Definition at line 37 of file SettingsManager.php.

37 : void
38 {
39 $this->repo->settings()->update($settings);
40 }

The documentation for this class was generated from the following file: