save() публичный Метод

Save the local configuration file
public save ( )
Пример #1
0
 /**
  * Saves the local configuration file.
  */
 public function save()
 {
     $this->config->save();
 }