예제 #1
0
파일: Statement.php 프로젝트: reoring/sabel
 public function clear()
 {
     $this->binaries = array();
     return parent::clear();
 }