예제 #1
0
 /**
  * Initializes, create XS object
  */
 public function init()
 {
     $this->xs = new \XS($this->iniFile);
     if ($this->charset !== null) {
         $this->xs->setDefaultCharset($this->charset);
     }
 }