PHP Class Laravel\SparkInstaller\NewCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: laravel/spark-installer

Public Properties

Property Type Description
$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.

Public Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void Execute the command.

Protected Methods

Method Description
configure ( ) : void Configure the command options.

Method Details

configure() protected method

Configure the command options.
protected configure ( ) : void
return void

execute() public method

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
return void

Property Details

$input public property

The input interface.
public InputInterface,Symfony\Component\Console\Input $input
return Symfony\Component\Console\Input\InputInterface

$output public property

The output interface.
public OutputInterface,Symfony\Component\Console\Output $output
return Symfony\Component\Console\Output\OutputInterface

$path public property

The path to the new Spark installation.
public string $path
return string