|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilMDSettings:Public Member Functions | |
| isCopyrightSelectionActive () | |
| is copyright selection active More... | |
| activateCopyrightSelection ($a_status) | |
| enable copyright selection More... | |
| setDelimiter ($a_val) | |
| Set delimiter (used in quick editing screen) More... | |
| getDelimiter () | |
| Get delimiter. More... | |
| save () | |
| save More... | |
Static Public Member Functions | |
| static | _getInstance () |
| get instance More... | |
Static Public Attributes | |
| static | $instance = null |
Private Member Functions | |
| __construct () | |
| Constructor. More... | |
| read () | |
| read More... | |
Private Attributes | |
| $settings | |
| $copyright_selection_active = false | |
|
private |
Constructor.
@access private
Definition at line 46 of file class.ilMDSettings.php.
References read().
Here is the call graph for this function:
|
static |
get instance
@access public
Definition at line 59 of file class.ilMDSettings.php.
References $instance.
Referenced by ilMDCopyrightSelectionGUI\__construct(), ilCopyrightInputGUI\__construct(), ilMDUtils\_parseCopyright(), ilMDEditorGUI\ilMDEditorGUI(), and ilObjMDSettingsGUI\initMDSettings().
Here is the caller graph for this function:| ilMDSettings::activateCopyrightSelection | ( | $a_status | ) |
enable copyright selection
@access public
| bool | status |
Definition at line 86 of file class.ilMDSettings.php.
| ilMDSettings::getDelimiter | ( | ) |
Get delimiter.
Definition at line 106 of file class.ilMDSettings.php.
Referenced by save().
Here is the caller graph for this function:| ilMDSettings::isCopyrightSelectionActive | ( | ) |
is copyright selection active
@access public
Definition at line 74 of file class.ilMDSettings.php.
Referenced by save().
Here is the caller graph for this function:
|
private |
read
@access private
Definition at line 133 of file class.ilMDSettings.php.
Referenced by __construct().
Here is the caller graph for this function:| ilMDSettings::save | ( | ) |
save
@access public
Definition at line 121 of file class.ilMDSettings.php.
References getDelimiter(), and isCopyrightSelectionActive().
Here is the call graph for this function:| ilMDSettings::setDelimiter | ( | $a_val | ) |
Set delimiter (used in quick editing screen)
| string | delimiter |
Definition at line 96 of file class.ilMDSettings.php.
|
private |
Definition at line 38 of file class.ilMDSettings.php.
|
static |
Definition at line 35 of file class.ilMDSettings.php.
Referenced by _getInstance().
|
private |
Definition at line 37 of file class.ilMDSettings.php.