save() public method

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