예제 #1
0
파일: Base.php 프로젝트: pmatsis/JoshuaTree
 /**
  * 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;
 }