Example #1
0
 /**
  *
  */
 public function finalize()
 {
     fputs($this->handle, json_encode($this->dataArray));
     parent::finalize();
 }