Lines Matching refs:_key
8 protected $_key = null; // the key of the setting variable in settingswrapper
17 $this->_key = $key;
55 $this->_setting = new $class($this->_key,$meta);
58 $this->_level->getDefault($this->_key),
59 $this->_level->getLocal($this->_key),
61 $this->_level->getParentProtected($this->_key)
74 …w_hierarchy' onclick=\"jQuery(this).trigger('show_in_hierarchy',['{$this->_key}','{$this->_level->…
78 …<label for='settingstree_{$this->_key}_protect'>".settingshierarchy::$helper->getLang('protected')…
79 …ass='protect_input' type='checkbox' name='protect[{$this->_key}]' id='settingstree_{$this->_key}_p…
80 …? 'checked="checked"' : '')." ".($this->_level->getParentProtected($this->_key) !== null ? "disabl…
122 $value = $this->_level->getDefault($this->_key);
124 return $this->_level->getHierarchy()->format($this->_key,$value);