Home
last modified time | relevance | path

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

/plugin/settingstree/settings/
Dsettingslevel.class.php11 protected $_hierarchy = null; // the settingshierarchy containing this level. variable in settingslevel
18 $this->_hierarchy = $hierarchy;
35 return $this->_hierarchy;
58 if (($v = $this->_hierarchy->getLocal($key)) !== null) {return $v;}
59 return $this->_hierarchy->getDefault($key);
71 if (($v = $this->_hierarchy->getLocal($key)) !== null) {return $v;}
72 return $this->_hierarchy->getDefault($key);
97 return $this->_hierarchy->getProtected($key);
135 foreach ($this->_hierarchy->getFieldConfig() as $key=>$meta){
148 foreach ($this->_hierarchy->getFieldConfig() as $key=>$meta){
[all …]