예제 #1
0
파일: Env.php 프로젝트: piece/piece-unity
 /**
  * Sets whether the current environment is production or not.
  *
  * @param boolean $isProduction
  */
 public static function setIsProduction($isProduction)
 {
     self::$_isProduction = $isProduction;
 }