PHP Class Airship\Hangar\Commands\Start

Inheritance: extends Airship\Hangar\Command
Afficher le fichier Open project: paragonie/airship

Méthodes publiques

Свойство Type Description
$description string
$display integer
$essential boolean
$name string

Méthodes publiques

Méthode Description
fire ( array $args = [] ) : boolean Execute the start command, which will start a new hangar session.

Method Details

fire() public méthode

Execute the start command, which will start a new hangar session.
public fire ( array $args = [] ) : boolean
$args array
Résultat boolean

Property Details

$description public_oe property

public string $description
Résultat string

$display public_oe property

public int $display
Résultat integer

$essential public_oe property

public bool $essential
Résultat boolean

$name public_oe property

public string $name
Résultat string