|
ILIAS
release_8 Revision v8.24
|
Cron job for definition for oer harvesting. More...
Collaboration diagram for ilOerHarvesterSettings:Public Member Functions | |
| supportsHarvesting (string $a_type) | |
| getHarvestingTypes () | |
| setTarget (int $a_target) | |
| getTarget () | |
| setCopyrightTemplates (array $a_template_ids) | |
| getCopyrightTemplates () | |
| isActiveCopyrightTemplate (int $a_id) | |
| getCopyRightTemplatesInLomFormat () | |
| Get copyright entries in LOM format: "il_copyright_entry_INST_ID_ID". More... | |
| save () | |
| read () | |
Static Public Member Functions | |
| static | getInstance () |
Data Fields | |
| const | CRON_JOB_IDENTIFIER = 'meta_oer_harvester' |
| const | STORAGE_IDENTIFIER = 'meta_oer' |
| const | COLLECTED_TYPES |
Protected Member Functions | |
| __construct () | |
Protected Attributes | |
| ilSetting | $storage |
| ilSetting | $settings |
Private Attributes | |
| int | $target = 0 |
| array | $copyright_templates = [] |
| ilCronOerHarvester | $cronjob = null |
Static Private Attributes | |
| static ilOerHarvesterSettings | $instance = null |
Cron job for definition for oer harvesting.
Definition at line 13 of file class.ilOerHarvesterSettings.php.
|
protected |
Definition at line 35 of file class.ilOerHarvesterSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilOerHarvesterSettings::getCopyrightTemplates | ( | ) |
Definition at line 87 of file class.ilOerHarvesterSettings.php.
References $copyright_templates.
Referenced by getCopyRightTemplatesInLomFormat(), and isActiveCopyrightTemplate().
Here is the caller graph for this function:| ilOerHarvesterSettings::getCopyRightTemplatesInLomFormat | ( | ) |
Get copyright entries in LOM format: "il_copyright_entry_INST_ID_ID".
Definition at line 101 of file class.ilOerHarvesterSettings.php.
References getCopyrightTemplates(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilOerHarvesterSettings::getHarvestingTypes | ( | ) |
Definition at line 61 of file class.ilOerHarvesterSettings.php.
References COLLECTED_TYPES.
|
static |
Definition at line 45 of file class.ilOerHarvesterSettings.php.
References $instance.
Referenced by ilCronOerHarvester\__construct(), ilOerHarvester\__construct(), ilMDEditorGUI\listQuickEditCopyright(), and ilMDEditorGUI\updateQuickEdit().
Here is the caller graph for this function:| ilOerHarvesterSettings::getTarget | ( | ) |
Definition at line 71 of file class.ilOerHarvesterSettings.php.
References $target.
Referenced by save().
Here is the caller graph for this function:| ilOerHarvesterSettings::isActiveCopyrightTemplate | ( | int | $a_id | ) |
Definition at line 92 of file class.ilOerHarvesterSettings.php.
References getCopyrightTemplates().
Here is the call graph for this function:| ilOerHarvesterSettings::read | ( | ) |
Definition at line 116 of file class.ilOerHarvesterSettings.php.
References setCopyrightTemplates(), and setTarget().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOerHarvesterSettings::save | ( | ) |
Definition at line 110 of file class.ilOerHarvesterSettings.php.
References getTarget().
Here is the call graph for this function:| ilOerHarvesterSettings::setCopyrightTemplates | ( | array | $a_template_ids | ) |
| string[] | $a_template_ids |
Definition at line 79 of file class.ilOerHarvesterSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterSettings::setTarget | ( | int | $a_target | ) |
Definition at line 66 of file class.ilOerHarvesterSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterSettings::supportsHarvesting | ( | string | $a_type | ) |
Definition at line 53 of file class.ilOerHarvesterSettings.php.
|
private |
Definition at line 31 of file class.ilOerHarvesterSettings.php.
Referenced by getCopyrightTemplates().
|
private |
Definition at line 33 of file class.ilOerHarvesterSettings.php.
|
staticprivate |
Definition at line 21 of file class.ilOerHarvesterSettings.php.
Referenced by getInstance().
|
protected |
Definition at line 24 of file class.ilOerHarvesterSettings.php.
|
protected |
Definition at line 23 of file class.ilOerHarvesterSettings.php.
|
private |
Definition at line 26 of file class.ilOerHarvesterSettings.php.
Referenced by getTarget().
| const ilOerHarvesterSettings::COLLECTED_TYPES |
Definition at line 17 of file class.ilOerHarvesterSettings.php.
Referenced by getHarvestingTypes().
| const ilOerHarvesterSettings::CRON_JOB_IDENTIFIER = 'meta_oer_harvester' |
Definition at line 15 of file class.ilOerHarvesterSettings.php.
| const ilOerHarvesterSettings::STORAGE_IDENTIFIER = 'meta_oer' |
Definition at line 16 of file class.ilOerHarvesterSettings.php.