예제 #1
0
파일: DQL.php 프로젝트: fousheezy/common
 /**
  * Resets the state of this update service
  * @return $this
  */
 public function reset()
 {
     $this->joinMap = array();
     return parent::reset();
 }