abstract protected function Output::doWrite in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Output/Output.php \Symfony\Component\Console\Output\Output::doWrite()
Writes a message to the output.
Parameters
string $message A message to write to the output:
bool $newline Whether to add a newline or not:
1 call to Output::doWrite()
- Output::write in vendor/
symfony/ console/ Output/ Output.php - Writes a message to the output.
3 methods override Output::doWrite()
- BufferedOutput::doWrite in vendor/
symfony/ console/ Output/ BufferedOutput.php - Writes a message to the output.
- StreamOutput::doWrite in vendor/
symfony/ console/ Output/ StreamOutput.php - Writes a message to the output.
- TestOutput::doWrite in vendor/
symfony/ console/ Tests/ Output/ OutputTest.php - Writes a message to the output.
File
- vendor/
symfony/ console/ Output/ Output.php, line 160
Class
- Output
- Base class for output classes.
Namespace
Symfony\Component\Console\OutputCode
protected abstract function doWrite($message, $newline);