示例#1
0
文件: DQL.php 项目: fousheezy/common
 /**
  * Resets the state of this update service
  * @return $this
  */
 public function reset()
 {
     $this->joinMap = array();
     return parent::reset();
 }