Пример #1
0
 /**
  * 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;
 }