Ejemplo n.º 1
0
 /**
  * Resets the state of this update service
  * @return $this
  */
 public function reset()
 {
     $this->joinMap = array();
     return parent::reset();
 }