Вывод в буферизованную консоль
класс BufferedConsoleOutput расширяет ConsoleOutput (Просмотр исходного кода)
Свойства
| protected string | $buffer | Текущий буфер. |
Методы
| string | fetch()
Очищает буфер и возвращает его содержимое. | |
| doWrite(string $message, bool $newline) {@inheritdoc} |
Подробное описание
string fetch()
Очищает буфер и возвращает его содержимое.
protected doWrite(string $message, bool $newline)
{@inheritdoc}
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Console/BufferedConsoleOutput.html