ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SettingsInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
28  public function getObjectTypesEligibleForHarvesting(): array;
29 
33  public function getObjectTypesSelectedForHarvesting(): array;
34 
35  public function isObjectTypeSelectedForHarvesting(string $type): bool;
36 
37  public function saveObjectTypesSelectedForHarvesting(string ...$types): void;
38 
42  public function getCopyrightEntryIDsSelectedForHarvesting(): array;
43 
44  public function isCopyrightEntryIDSelectedForHarvesting(int $id): bool;
45 
46  public function saveCopyrightEntryIDsSelectedForHarvesting(int ...$ids): void;
47 
48  public function getContainerRefIDForHarvesting(): int;
49 
50  public function saveContainerRefIDForHarvesting(int $ref_id): void;
51 
52  public function getContainerRefIDForExposing(): int;
53 
54  public function saveContainerRefIDForExposing(int $ref_id): void;
55 }
$ref_id
Definition: ltiauth.php:65
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23