Example #1
0
 /**
  * Clears the Collection (erases all contents and properties)
  */
 public function clear()
 {
     parent::clear();
     $this->_mode = self::MODE_DATA;
     $this->_readOnly = false;
 }