Searched refs:_read_config (Results 1 – 2 of 2) sorted by relevance
68 $default = $this->_read_config($this->_default_file);69 $local = $this->_read_config($this->_local_file);70 $protected = $this->_read_config($this->_protected_file);149 function _read_config($file) { function in txtconfiguration
56 …$default = array_merge($this->_read_config($this->_default_file), $this->get_plugintpl_default($co…57 $local = $this->_read_config($this->_local_file);58 $protected = $this->_read_config($this->_protected_file);118 function _read_config($file) { function in configuration0