コード例 #1
0
ファイル: phing.php プロジェクト: hkilter/OpenSupplyChains
 /**
  * Sets the stream to use for standard (non-error) output.
  * @param OutputStream $stream The stream to use for standard output.
  */
 public static function setOutputStream(OutputStream $stream)
 {
     self::$out = $stream;
 }