Example #1
0
 public function reset()
 {
     parent::reset();
     $this->clearData();
     $this->_isNew = true;
     return $this;
 }