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