ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
ILIAS\MetaData\OERHarvester\Settings\NullSettings Class Reference
+ Inheritance diagram for ILIAS\MetaData\OERHarvester\Settings\NullSettings:
+ Collaboration diagram for ILIAS\MetaData\OERHarvester\Settings\NullSettings:

Public Member Functions

 getObjectTypesSelectedForPublishing ()
 
 isObjectTypeSelectedForPublishing (string $type)
 
 getCopyrightEntryIDsSelectedForPublishing ()
 
 isCopyrightEntryIDSelectedForPublishing (int $id)
 
 saveCopyrightEntryIDsSelectedForPublishing (int ... $ids)
 
 isEditorialStepEnabled ()
 
 saveEditorialStepEnabled (bool $enabled)
 
 getContainerRefIDForEditorialStep ()
 
 saveContainerRefIDForEditorialStep (int $ref_id)
 
 getContainerRefIDForPublishing ()
 
 saveContainerRefIDForPublishing (int $ref_id)
 
 getObjectTypesEligibleForPublishing ()
 
 saveObjectTypesSelectedForPublishing (string ... $types)
 
 isManualPublishingEnabled ()
 
 saveManualPublishingEnabled (bool $enabled)
 
 isAutomaticPublishingEnabled ()
 
 saveAutomaticPublishingEnabled (bool $enabled)
 
 getObjectTypesEligibleForPublishing ()
 
 getObjectTypesSelectedForPublishing ()
 
 isObjectTypeSelectedForPublishing (string $type)
 
 saveObjectTypesSelectedForPublishing (string ... $types)
 
 getCopyrightEntryIDsSelectedForPublishing ()
 
 isCopyrightEntryIDSelectedForPublishing (int $id)
 
 saveCopyrightEntryIDsSelectedForPublishing (int ... $ids)
 
 isEditorialStepEnabled ()
 
 saveEditorialStepEnabled (bool $enabled)
 
 getContainerRefIDForEditorialStep ()
 
 saveContainerRefIDForEditorialStep (int $ref_id)
 
 getContainerRefIDForPublishing ()
 
 saveContainerRefIDForPublishing (int $ref_id)
 
 isManualPublishingEnabled ()
 
 saveManualPublishingEnabled (bool $enabled)
 
 isAutomaticPublishingEnabled ()
 
 saveAutomaticPublishingEnabled (bool $enabled)
 

Detailed Description

Definition at line 23 of file NullSettings.php.

Member Function Documentation

◆ getContainerRefIDForEditorialStep()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::getContainerRefIDForEditorialStep ( )

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 64 of file NullSettings.php.

64 : int
65 {
66 return 0;
67 }

◆ getContainerRefIDForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::getContainerRefIDForPublishing ( )

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 73 of file NullSettings.php.

73 : int
74 {
75 return 0;
76 }

◆ getCopyrightEntryIDsSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::getCopyrightEntryIDsSelectedForPublishing ( )
Returns
int[]

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 41 of file NullSettings.php.

41 : array
42 {
43 return [];
44 }

◆ getObjectTypesEligibleForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::getObjectTypesEligibleForPublishing ( )
Returns
string[]

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 85 of file NullSettings.php.

85 : array
86 {
87 return [];
88 }

◆ getObjectTypesSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::getObjectTypesSelectedForPublishing ( )
Returns
string[]

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 28 of file NullSettings.php.

28 : array
29 {
30 return [];
31 }

◆ isAutomaticPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::isAutomaticPublishingEnabled ( )

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 103 of file NullSettings.php.

103 : bool
104 {
105 return false;
106 }

◆ isCopyrightEntryIDSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::isCopyrightEntryIDSelectedForPublishing ( int  $id)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 46 of file NullSettings.php.

46 : bool
47 {
48 return false;
49 }

◆ isEditorialStepEnabled()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::isEditorialStepEnabled ( )

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 55 of file NullSettings.php.

55 : bool
56 {
57 return false;
58 }

◆ isManualPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::isManualPublishingEnabled ( )

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 94 of file NullSettings.php.

94 : bool
95 {
96 return false;
97 }

◆ isObjectTypeSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::isObjectTypeSelectedForPublishing ( string  $type)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 33 of file NullSettings.php.

33 : bool
34 {
35 return false;
36 }

◆ saveAutomaticPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveAutomaticPublishingEnabled ( bool  $enabled)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 108 of file NullSettings.php.

108 : void
109 {
110 }

◆ saveContainerRefIDForEditorialStep()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveContainerRefIDForEditorialStep ( int  $ref_id)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 69 of file NullSettings.php.

69 : void
70 {
71 }

◆ saveContainerRefIDForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveContainerRefIDForPublishing ( int  $ref_id)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 78 of file NullSettings.php.

78 : void
79 {
80 }

◆ saveCopyrightEntryIDsSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveCopyrightEntryIDsSelectedForPublishing ( int ...  $ids)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 51 of file NullSettings.php.

51 : void
52 {
53 }

◆ saveEditorialStepEnabled()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveEditorialStepEnabled ( bool  $enabled)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 60 of file NullSettings.php.

60 : void
61 {
62 }

◆ saveManualPublishingEnabled()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveManualPublishingEnabled ( bool  $enabled)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 99 of file NullSettings.php.

99 : void
100 {
101 }

◆ saveObjectTypesSelectedForPublishing()

ILIAS\MetaData\OERHarvester\Settings\NullSettings::saveObjectTypesSelectedForPublishing ( string ...  $types)

Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.

Definition at line 90 of file NullSettings.php.

90 : void
91 {
92 }

The documentation for this class was generated from the following file: