Пример #1
0
 public function getFromGlobalConfig($name)
 {
     return $this->settings->getIniFileChain()->getFrom($this->settings->getPathGlobal(), $name);
 }
Пример #2
0
 /**
  * Returns the path to the global config file used by this instance.
  *
  * @return string
  */
 public function getGlobalPath()
 {
     return $this->settings->getPathGlobal();
 }