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/11.x/Illuminate/Testing/ParallelConsoleOutput.html