Exemple #1
0
 /**
  * Sets the verbose flag
  * @param boolean $verbose True if verbose output is wanted, false otherwise
  */
 public static function setVerbose($verbose)
 {
     Setup::$verbose = $verbose;
 }