Exemple #1
0
 /**
  * Sets whether the current environment is production or not.
  *
  * @param boolean $isProduction
  */
 public static function setIsProduction($isProduction)
 {
     self::$_isProduction = $isProduction;
 }