Exemple #1
0
 public function getFromLocalConfig($name)
 {
     return $this->settings->getIniFileChain()->getFrom($this->settings->getPathLocal(), $name);
 }
Exemple #2
0
 /**
  * Returns `true` if the local configuration file is writable.
  *
  * @return bool
  */
 public function isFileWritable()
 {
     return is_writable($this->settings->getPathLocal());
 }