Lines Matching refs:_hierarchy
11 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){
219 $level = new settingslevel_export($this->_hierarchy,$this,$this->path);
241 $this->_children[$child] = new static($this->_hierarchy,$this,$this->path.':'.$child);
261 $this->_children[$child] = new static($this->_hierarchy,$this,$this->path.':'.$child);
288 foreach ($this->_hierarchy->getFieldConfig() as $key=>$meta){
298 foreach ($this->_hierarchy->getFieldConfig() as $key=>$meta){