Neos\Flow\Cli\CommandController::outputLine PHP Метод

outputLine() защищенный Метод

Outputs specified text to the console window and appends a line break
См. также: output()
См. также: outputLines()
protected outputLine ( string $text = '', array $arguments = [] ) : void
$text string Text to output
$arguments array Optional arguments to use for sprintf
Результат void
    protected function outputLine($text = '', array $arguments = [])
    {
        $this->output->outputLine($text, $arguments);
    }