コード例 #1
0
ファイル: PieceFlow.php プロジェクト: piece/piece-unity
 /**
  * Sets whether the current environment is production or not.
  *
  * @param boolean $isProduction
  */
 public function setIsProduction($isProduction)
 {
     Piece_Flow_Env::setIsProduction($isProduction);
 }
コード例 #2
0
ファイル: PieceFlow.php プロジェクト: nyarla/fluxflex-rep2ex
 /**
  * Invokes the plugin specific code.
  *
  * @param boolean $isProduction
  */
 function invoke($isProduction)
 {
     Piece_Flow_Env::setIsProduction($isProduction);
 }