ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
NullSettings.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
28 public function getObjectTypesSelectedForPublishing(): array
29 {
30 return [];
31 }
32
33 public function isObjectTypeSelectedForPublishing(string $type): bool
34 {
35 return false;
36 }
37
42 {
43 return [];
44 }
45
47 {
48 return false;
49 }
50
51 public function saveCopyrightEntryIDsSelectedForPublishing(int ...$ids): void
52 {
53 }
54
55 public function isEditorialStepEnabled(): bool
56 {
57 return false;
58 }
59
60 public function saveEditorialStepEnabled(bool $enabled): void
61 {
62 }
63
65 {
66 return 0;
67 }
68
70 {
71 }
72
74 {
75 return 0;
76 }
77
78 public function saveContainerRefIDForPublishing(int $ref_id): void
79 {
80 }
81
85 public function getObjectTypesEligibleForPublishing(): array
86 {
87 return [];
88 }
89
90 public function saveObjectTypesSelectedForPublishing(string ...$types): void
91 {
92 }
93
94 public function isManualPublishingEnabled(): bool
95 {
96 return false;
97 }
98
99 public function saveManualPublishingEnabled(bool $enabled): void
100 {
101 }
102
103 public function isAutomaticPublishingEnabled(): bool
104 {
105 return false;
106 }
107
108 public function saveAutomaticPublishingEnabled(bool $enabled): void
109 {
110 }
111}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
$ref_id
Definition: ltiauth.php:66