Home
last modified time | relevance | path

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

/plugin/settingstree/settings/
H A Dsettingslevel.class.php18 $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){
288 foreach ($this->_hierarchy->getFieldConfig() as $key=>$meta){
[all …]