Exemple #1
0
 /**
  * resets the state of the class to blank
  *
  * @access public
  * @static
  * @return Object, instance of this class
  */
 public function reset()
 {
     self::$_error_stack = array();
     return $this;
 }