save() 공개 메소드

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