ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullSettings.php
Go to the documentation of this file.
1<?php
2
19declare(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
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
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}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
$ref_id
Definition: ltiauth.php:66