ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct () | |
getObjectTypesEligibleForHarvesting () | |
getObjectTypesSelectedForHarvesting () | |
isObjectTypeSelectedForHarvesting (string $type) | |
saveObjectTypesSelectedForHarvesting (string ... $types) | |
getCopyrightEntryIDsSelectedForHarvesting () | |
isCopyrightEntryIDSelectedForHarvesting (int $id) | |
saveCopyrightEntryIDsSelectedForHarvesting (int ... $ids) | |
getContainerRefIDForHarvesting () | |
saveContainerRefIDForHarvesting (int $ref_id) | |
getContainerRefIDForExposing () | |
saveContainerRefIDForExposing (int $ref_id) | |
Protected Attributes | |
const string | STORAGE_IDENTIFIER = 'meta_oer' |
const array | ELIGIBLE_TYPES |
ilSetting | $settings |
array | $selected_obj_types |
array | $selected_cp_entry_ids |
int | $target_for_harvesting_ref_id |
int | $source_for_exposing_ref_id |
Definition at line 23 of file Settings.php.
ILIAS\MetaData\OERHarvester\Settings\Settings::__construct | ( | ) |
Definition at line 58 of file Settings.php.
References ILIAS\Repository\settings().
ILIAS\MetaData\OERHarvester\Settings\Settings::getContainerRefIDForExposing | ( | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 152 of file Settings.php.
References ILIAS\MetaData\OERHarvester\Settings\Settings\$source_for_exposing_ref_id, ILIAS\Repository\int(), and ILIAS\Repository\settings().
ILIAS\MetaData\OERHarvester\Settings\Settings::getContainerRefIDForHarvesting | ( | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 135 of file Settings.php.
References ILIAS\MetaData\OERHarvester\Settings\Settings\$target_for_harvesting_ref_id, ILIAS\Repository\int(), and ILIAS\Repository\settings().
ILIAS\MetaData\OERHarvester\Settings\Settings::getCopyrightEntryIDsSelectedForHarvesting | ( | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 107 of file Settings.php.
References $id, ILIAS\MetaData\OERHarvester\Settings\Settings\$selected_cp_entry_ids, ILIAS\Repository\int(), and ILIAS\Repository\settings().
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\isCopyrightEntryIDSelectedForHarvesting().
ILIAS\MetaData\OERHarvester\Settings\Settings::getObjectTypesEligibleForHarvesting | ( | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 66 of file Settings.php.
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\getObjectTypesSelectedForHarvesting().
ILIAS\MetaData\OERHarvester\Settings\Settings::getObjectTypesSelectedForHarvesting | ( | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 74 of file Settings.php.
References ILIAS\MetaData\OERHarvester\Settings\Settings\$selected_obj_types, ILIAS\MetaData\OERHarvester\Settings\Settings\getObjectTypesEligibleForHarvesting(), and ILIAS\Repository\settings().
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\isObjectTypeSelectedForHarvesting().
ILIAS\MetaData\OERHarvester\Settings\Settings::isCopyrightEntryIDSelectedForHarvesting | ( | int | $id | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 123 of file Settings.php.
References ILIAS\MetaData\OERHarvester\Settings\Settings\getCopyrightEntryIDsSelectedForHarvesting().
ILIAS\MetaData\OERHarvester\Settings\Settings::isObjectTypeSelectedForHarvesting | ( | string | $type | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 92 of file Settings.php.
References ILIAS\MetaData\OERHarvester\Settings\Settings\getObjectTypesSelectedForHarvesting().
ILIAS\MetaData\OERHarvester\Settings\Settings::saveContainerRefIDForExposing | ( | int | $ref_id | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 163 of file Settings.php.
References $ref_id, and ILIAS\Repository\settings().
ILIAS\MetaData\OERHarvester\Settings\Settings::saveContainerRefIDForHarvesting | ( | int | $ref_id | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 146 of file Settings.php.
References $ref_id, and ILIAS\Repository\settings().
ILIAS\MetaData\OERHarvester\Settings\Settings::saveCopyrightEntryIDsSelectedForHarvesting | ( | int ... | $ids | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 129 of file Settings.php.
References ILIAS\Repository\settings().
ILIAS\MetaData\OERHarvester\Settings\Settings::saveObjectTypesSelectedForHarvesting | ( | string ... | $types | ) |
Implements ILIAS\MetaData\OERHarvester\Settings\SettingsInterface.
Definition at line 98 of file Settings.php.
References ILIAS\Repository\settings().
|
protected |
Definition at line 54 of file Settings.php.
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\getCopyrightEntryIDsSelectedForHarvesting().
|
protected |
Definition at line 49 of file Settings.php.
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\getObjectTypesSelectedForHarvesting().
|
protected |
Definition at line 44 of file Settings.php.
|
protected |
Definition at line 56 of file Settings.php.
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\getContainerRefIDForExposing().
|
protected |
Definition at line 55 of file Settings.php.
Referenced by ILIAS\MetaData\OERHarvester\Settings\Settings\getContainerRefIDForHarvesting().
|
protected |
Definition at line 26 of file Settings.php.
|
protected |
Definition at line 25 of file Settings.php.