Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Webmozart
Console
Api
IO
Output
getStream
Webmozart\Console\Api\IO\Output::getStream PHP Method
Output Class Documentation
Mostra file
Open project: webmozart/console
getStream()
public
method
Returns the underlying stream.
public
getStream
( ) :
Webmozart\Console\Api\IO\OutputStream
return
Webmozart\Console\Api\IO\OutputStream
The output stream.
public function getStream() { return $this->stream; }
Output
__construct
close
flush
format
getFormatter
getStream
getVerbosity
isClosed
isDebug
isQuiet
isVerbose
isVeryVerbose
mayWrite
removeFormat
setFormatter
setQuiet
setStream
setVerbosity
write
writeLine
writeLineRaw
writeRaw