save() public method

Save the local configuration file
public save ( )
Esempio n. 1
0
 /**
  * Saves the local configuration file.
  */
 public function save()
 {
     $this->config->save();
 }