ILIAS  trunk Revision v12.0_alpha-33-ge186251a14d
ConfigurationRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 public function hasMigrationBeenRun(): bool;
26
30 public function get(): array;
31 public function getByIdentifier(string $identifier): ?Field;
32 public function getByClass(string $class): ?Field;
33 public function storeConfiguration(Field $field): void;
34
38 public function getCustomFieldTypes(): array;
39 public function getUnspecifiedCustomField(): Field;
40 public function deleteCustomField(Field $field): void;
41}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...