Example #1
0
 /**
  * Set the current ESAPI Validator object being used to validate data for
  * this application.
  * 
  * @param Validator $validator the new ESAPI Validator.
  * 
  * @return does not return a value.
  */
 public static function setValidator($validator)
 {
     self::$_validator = $validator;
 }