Example #1
0
 /**
  * Override the ORM clear method to clean up errors and identifier tracking.
  */
 public function clear()
 {
     parent::clear();
     $this->errors = array();
     $this->identifiers = array('website_id' => null, 'survey_id' => null);
 }