예제 #1
0
 public function getFromLocalConfig($name)
 {
     return $this->settings->getIniFileChain()->getFrom($this->settings->getPathLocal(), $name);
 }
예제 #2
0
파일: Config.php 프로젝트: piwik/piwik
 /**
  * Returns `true` if the local configuration file is writable.
  *
  * @return bool
  */
 public function isFileWritable()
 {
     return is_writable($this->settings->getPathLocal());
 }