PHP Класс Laravel\SparkInstaller\NewCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$input Symfony\Component\Console\Input\InputInterface The input interface.
$output Symfony\Component\Console\Output\OutputInterface The output interface.
$path string The path to the new Spark installation.

Открытые методы

Метод Описание
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void Execute the command.

Защищенные методы

Метод Описание
configure ( ) : void Configure the command options.

Описание методов

configure() защищенный Метод

Configure the command options.
protected configure ( ) : void
Результат void

execute() публичный Метод

Execute the command.
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат void

Описание свойств

$input публичное свойство

The input interface.
public InputInterface,Symfony\Component\Console\Input $input
Результат Symfony\Component\Console\Input\InputInterface

$output публичное свойство

The output interface.
public OutputInterface,Symfony\Component\Console\Output $output
Результат Symfony\Component\Console\Output\OutputInterface

$path публичное свойство

The path to the new Spark installation.
public string $path
Результат string