61 if (self::$instance) {
62 return self::$instance;
75 return $this->copyright_selection_active ? true :
false;
87 $this->copyright_selection_active = $a_status;
97 $this->delimiter = $a_val;
107 if (trim($this->delimiter) ==
"") {
135 $this->copyright_selection_active = $this->
settings->get(
'copyright_selection_active', 0);
136 $this->delimiter = $this->
settings->get(
'delimiter',
",");
$copyright_selection_active
getDelimiter()
Get delimiter.
activateCopyrightSelection($a_status)
enable copyright selection
setDelimiter($a_val)
Set delimiter (used in quick editing screen)
isCopyrightSelectionActive()
is copyright selection active
static _getInstance()
get instance
__construct()
Constructor.