Exemplo n.º 1
0
 /**
  * Set the current ESAPI Sanitizer object being used to sanitize data for
  * this application.
  * 
  * @param Sanitizer $sanitizer the new ESAPI Sanitizer.
  * 
  * @return does not return a value.
  */
 public static function setSanitizer($sanitizer)
 {
     self::$_sanitizer = $sanitizer;
 }