Example #1
0
 /**
  * Resets the data within the Collection
  */
 public function reset()
 {
     parent::reset();
     $this->_objects = array();
 }