19 declare(strict_types=1);
40 $this->repo->settings()->create($settings);
45 $this->repo->settings()->update($settings);
50 return $this->repo->settings()->getByObjId($id);
53 public function clone($from_id, $to_id): void
55 $settings = $this->repo->settings()->getByObjId($from_id);
56 $settings = $settings->withObjId($to_id);
create(Settings $settings)
__construct(protected InternalDataService $data, protected InternalRepoService $repo, protected InternalDomainService $domain)
update(Settings $settings)
Internal factory for data objects.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins