Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Console/Events/CommandStarting.php
Строк: 56
<?php

namespace IlluminateConsoleEvents;

use 
SymfonyComponentConsoleInputInputInterface;
use 
SymfonyComponentConsoleOutputOutputInterface;

class 
CommandStarting
{
    
/**
     * Create a new event instance.
     *
     * @param  string  $command  The command name.
     * @param  SymfonyComponentConsoleInputInputInterface  $input  The console input implementation.
     * @param  SymfonyComponentConsoleOutputOutputInterface  $output  The command output implementation.
     */
    
public function __construct(
        public 
string $command,
        public 
InputInterface $input,
        public 
OutputInterface $output,
    ) {
    }
}
Онлайн: 1
Реклама