|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Cron job for definition for oer harvesting. More...
Collaboration diagram for ilOerHarvesterSettings:Public Member Functions | |
| supportsHarvesting ($a_type) | |
| getHarvestingTypes () | |
| Get obj types that support harvesing. More... | |
| setTarget ($a_target) | |
| getTarget () | |
| Get target. More... | |
| setCopyrightTemplates (array $a_template_ids) | |
| getCopyrightTemplates () | |
| isActiveCopyrightTemplate ($a_id) | |
| getCopyRightTemplatesInLomFormat () | |
| Get copyright entries in LOM format: "il_copyright_entry_INST_ID_ID" return string[]. More... | |
| save () | |
| Save settings. More... | |
| read () | |
| Read settings. More... | |
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 () | |
| ilOerHarvesterSettings constructor. More... | |
Private Attributes | |
| $storage = null | |
| $target = 0 | |
| $copyright_templates = [] | |
| $cronjob = null | |
Static Private Attributes | |
| static | $instance = null |
Cron job for definition for oer harvesting.
Definition at line 11 of file class.ilOerHarvesterSettings.php.
|
protected |
ilOerHarvesterSettings constructor.
LogicException
Definition at line 53 of file class.ilOerHarvesterSettings.php.
References read().
Here is the call graph for this function:| ilOerHarvesterSettings::getCopyrightTemplates | ( | ) |
Definition at line 125 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" return string[].
Definition at line 143 of file class.ilOerHarvesterSettings.php.
References $DIC, and getCopyrightTemplates().
Here is the call graph for this function:| ilOerHarvesterSettings::getHarvestingTypes | ( | ) |
Get obj types that support harvesing.
Definition at line 93 of file class.ilOerHarvesterSettings.php.
References COLLECTED_TYPES.
|
static |
Definition at line 73 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 | ( | ) |
Get target.
Definition at line 109 of file class.ilOerHarvesterSettings.php.
References $target.
Referenced by save().
Here is the caller graph for this function:| ilOerHarvesterSettings::isActiveCopyrightTemplate | ( | $a_id | ) |
| $a_id |
Definition at line 134 of file class.ilOerHarvesterSettings.php.
References getCopyrightTemplates().
Here is the call graph for this function:| ilOerHarvesterSettings::read | ( | ) |
Read settings.
Definition at line 169 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 | ( | ) |
Save settings.
Definition at line 160 of file class.ilOerHarvesterSettings.php.
References getTarget().
Here is the call graph for this function:| ilOerHarvesterSettings::setCopyrightTemplates | ( | array | $a_template_ids | ) |
| array | $a_template_ids |
Definition at line 117 of file class.ilOerHarvesterSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterSettings::setTarget | ( | $a_target | ) |
| int | $a_target |
Definition at line 101 of file class.ilOerHarvesterSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterSettings::supportsHarvesting | ( | $a_type | ) |
| string | $a_type |
Definition at line 85 of file class.ilOerHarvesterSettings.php.
References $a_type.
|
private |
Definition at line 40 of file class.ilOerHarvesterSettings.php.
Referenced by getCopyrightTemplates().
|
private |
Definition at line 45 of file class.ilOerHarvesterSettings.php.
|
staticprivate |
Definition at line 24 of file class.ilOerHarvesterSettings.php.
Referenced by getInstance().
|
private |
Definition at line 29 of file class.ilOerHarvesterSettings.php.
|
private |
Definition at line 34 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 13 of file class.ilOerHarvesterSettings.php.
| const ilOerHarvesterSettings::STORAGE_IDENTIFIER = 'meta_oer' |
Definition at line 15 of file class.ilOerHarvesterSettings.php.