ParallelConsoleOutput
class ParallelConsoleOutput extends ConsoleOutput (View source)
Свойства
| protected OutputInterface | $output | Исходная инстанция вывода. | |
| protected array | $ignore | Вывод, который должен быть проигнорирован. |
Методы
| void | __construct(OutputInterface $output) Создает новый экземпляр Parallel ConsoleOutput. | |
| void | write(string|iterable $messages, bool $newline = false, int $options = 0) Записывает сообщение в вывод. |
Подробности
void __construct(OutputInterface $output)
Создает новый экземпляр Parallel ConsoleOutput.
void write(string|iterable $messages, bool $newline = false, int $options = 0)
Записывает сообщение в вывод.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Testing/ParallelConsoleOutput.html