public function StreamOutput::getStream in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Output/StreamOutput.php \Symfony\Component\Console\Output\StreamOutput::getStream()
Gets the stream attached to this StreamOutput instance.
Return value
resource A stream resource
File
- vendor/
symfony/ console/ Output/ StreamOutput.php, line 63
Class
- StreamOutput
- StreamOutput writes the output to a given stream.
Namespace
Symfony\Component\Console\OutputCode
public function getStream() {
return $this->stream;
}