Lines Matching refs:_level
9 protected $_level = null; // the settingslevel object variable in settingswrapper
18 $this->_level = $level;
58 $this->_level->getDefault($this->_key),
59 $this->_level->getLocal($this->_key),
61 $this->_level->getParentProtected($this->_key)
74 …ick=\"jQuery(this).trigger('show_in_hierarchy',['{$this->_key}','{$this->_level->path}']);\">".set…
80 ….($this->_protect ? 'checked="checked"' : '')." ".($this->_level->getParentProtected($this->_key) …
93 $lang = $this->_level->getHierarchy();
122 $value = $this->_level->getDefault($this->_key);
124 return $this->_level->getHierarchy()->format($this->_key,$value);
138 $lang = $this->_level->getHierarchy();