| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilMDSettings:
 Collaboration diagram for ilMDSettings:| Public Member Functions | |
| isCopyrightSelectionActive () | |
| is copyright selection active | |
| activateCopyrightSelection ($a_status) | |
| enable copyright selection | |
| setDelimiter ($a_val) | |
| Set delimiter (used in quick editing screen) | |
| getDelimiter () | |
| Get delimiter. | |
| save () | |
| save | |
| Static Public Member Functions | |
| static | _getInstance () | 
| get instance | |
| Static Public Attributes | |
| static | $instance = null | 
| Private Member Functions | |
| __construct () | |
| Constructor. | |
| read () | |
| read | |
| Private Attributes | |
| $settings | |
| $copyright_selection_active = false | |
Definition at line 33 of file class.ilMDSettings.php.
| 
 | private | 
Constructor.
private
Definition at line 46 of file class.ilMDSettings.php.
References read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
get instance
public
Definition at line 59 of file class.ilMDSettings.php.
References $instance.
Referenced by ilMDCopyrightSelectionGUI\__construct(), ilMDUtils\_parseCopyright(), ilMDEditorGUI\ilMDEditorGUI(), and ilObjMDSettingsGUI\initMDSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDSettings::activateCopyrightSelection | ( | $a_status | ) | 
enable copyright selection
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:
 Here is the caller graph for this function:| ilMDSettings::isCopyrightSelectionActive | ( | ) | 
is copyright selection active
public
Definition at line 74 of file class.ilMDSettings.php.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
read
private
Definition at line 133 of file class.ilMDSettings.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMDSettings::save | ( | ) | 
save
public
Definition at line 121 of file class.ilMDSettings.php.
References getDelimiter(), and isCopyrightSelectionActive().
 Here is the call graph for this function:
 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.