Example #1
0
 /**
  * If true, then no info/warning messages will be displayed.
  * this shall only be set during install procedures.
  * @static
  * @param bool $isQuiet
  */
 public static function setQuiet($isQuiet = false)
 {
     self::$quiet = $isQuiet;
 }