|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilMDSettings:Public Member Functions | |
| isCopyrightSelectionActive () | |
| activateCopyrightSelection (bool $a_status) | |
| save () | |
Static Public Member Functions | |
| static | _getInstance () |
Protected Attributes | |
| ilSetting | $settings |
Static Protected Attributes | |
| static self | $instance = null |
Private Member Functions | |
| __construct () | |
| read () | |
Private Attributes | |
| bool | $copyright_selection_active = false |
Definition at line 24 of file class.ilMDSettings.php.
|
private |
Definition at line 31 of file class.ilMDSettings.php.
References read().
Here is the call graph for this function:
|
static |
Definition at line 36 of file class.ilMDSettings.php.
Referenced by ilMDUtils\_parseCopyright(), ilContainerFilterUtil\getContainerRecordTitle(), ilMDKeywordExposer\getContentModification(), ilFileVersionsGUI\getFileZipOptionsForm(), ilObjFileGUI\initUploadForm(), ilObjFileUploadDropzone\isCopyrightSelectionActive(), ILIAS\MetaData\Editor\Digest\CopyrightHandler\isCPSelectionActive(), ilObjMDSettingsGUI\MDSettings(), ilMDCopyrightSelectionGUI\MDSettings(), and updateCopyright().
Here is the caller graph for this function:| ilMDSettings::activateCopyrightSelection | ( | bool | $a_status | ) |
Definition at line 49 of file class.ilMDSettings.php.
| ilMDSettings::isCopyrightSelectionActive | ( | ) |
Definition at line 44 of file class.ilMDSettings.php.
References $copyright_selection_active.
Referenced by save().
Here is the caller graph for this function:
|
private |
Definition at line 59 of file class.ilMDSettings.php.
References ILIAS\Repository\settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDSettings::save | ( | ) |
Definition at line 54 of file class.ilMDSettings.php.
References isCopyrightSelectionActive(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
private |
Definition at line 29 of file class.ilMDSettings.php.
Referenced by isCopyrightSelectionActive().
|
staticprotected |
Definition at line 26 of file class.ilMDSettings.php.
|
protected |
Definition at line 28 of file class.ilMDSettings.php.