Example #1
0
 /**
  * Clears the object to empty state
  */
 public function clear()
 {
     parent::clear();
     $this->_dataDirty = array();
     $this->_defaults();
 }