Exemple #1
0
 /**
  * DataSourceをすべてクローズします。
  *
  */
 public function postfilter()
 {
     $this->dataSource->closeAll();
 }