ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NullSettings.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
28  public function getObjectTypesSelectedForHarvesting(): array
29  {
30  return [];
31  }
32 
33  public function isObjectTypeSelectedForHarvesting(string $type): bool
34  {
35  return false;
36  }
37 
42  {
43  return [];
44  }
45 
46  public function isCopyrightEntryIDSelectedForHarvesting(int $id): bool
47  {
48  return false;
49  }
50 
51  public function saveCopyrightEntryIDsSelectedForHarvesting(int ...$ids): void
52  {
53  }
54 
56  {
57  return 0;
58  }
59 
60  public function saveContainerRefIDForHarvesting(int $ref_id): void
61  {
62  }
63 
64  public function getContainerRefIDForExposing(): int
65  {
66  return 0;
67  }
68 
69  public function saveContainerRefIDForExposing(int $ref_id): void
70  {
71  }
72 
76  public function getObjectTypesEligibleForHarvesting(): array
77  {
78  return [];
79  }
80 
81  public function saveObjectTypesSelectedForHarvesting(string ...$types): void
82  {
83  }
84 }
$ref_id
Definition: ltiauth.php:65
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23