Home
last modified time | relevance | path

Searched refs:_protect (Results 1 – 1 of 1) sorted by relevance

/plugin/settingstree/settings/
H A Dsettingswrapper.class.php11 public $_protect = false; // the protection added by this level variable in settingswrapper
19 $this->_protect = @$set['protect'];
26 unset($this->_protect);
28 $this->_protect = (bool)$val;
77 return "<td class='protect_area' data-currentval='".($this->_protect ? '1' : '0')."'>
80 ….($this->_protect ? 'checked="checked"' : '')." ".($this->_level->getParentProtected($this->_key) …