19 declare(strict_types=1);
29 protected \ILIAS\Notes\Service
$notes;
37 $this->notes = $DIC->notes();
42 $this->repo->settings()->create($settings);
47 $this->repo->settings()->update($settings);
53 return $this->repo->settings()->getById($id);
58 $pm = $this->domain->page()->page($ref_id);
60 foreach ($pm->getWikiPages() as $page) {
68 return \ilWikiPage::_getPageIdForWikiTitle(
Wiki internal data service.
update(Settings $settings)
ILIAS Notes Service $notes
create(Settings $settings)
__construct(protected InternalDataService $data, protected InternalRepoService $repo, protected InternalDomainService $domain)
getStartPageOptions(int $ref_id)
getStartPageId(Settings $settings)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static shortenTextExtended(string $a_str, int $a_len, bool $a_dots=false, bool $a_next_blank=false, bool $a_keep_extension=false)