PHP Class Laravel\SparkInstaller\Installation\RunSparkInstall

Afficher le fichier Open project: laravel/spark-installer

Protected Properties

Свойство Type Description
$command

Méthodes publiques

Méthode Description
__construct ( NewCommand $command ) : void Create a new installation helper instance.
install ( ) : void Run the installation helper.

Méthodes protégées

Méthode Description
command ( ) : string Get the proper Spark installation command.

Method Details

__construct() public méthode

Create a new installation helper instance.
public __construct ( NewCommand $command ) : void
$command Laravel\SparkInstaller\NewCommand
Résultat void

command() protected méthode

Get the proper Spark installation command.
protected command ( ) : string
Résultat string

install() public méthode

Run the installation helper.
public install ( ) : void
Résultat void

Property Details

$command protected_oe property

protected $command