예제 #1
0
 /**
  * @override
  */
 public function free()
 {
     parent::free();
     $this->_dql = null;
     $this->_state = self::STATE_CLEAN;
 }