PHP Class Airship\Hangar\Commands\Start

Inheritance: extends Airship\Hangar\Command
Show file Open project: paragonie/airship

Public Properties

Property Type Description
$description string
$display integer
$essential boolean
$name string

Public Methods

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

Method Details

fire() public method

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

Property Details

$description public property

public string $description
return string

$display public property

public int $display
return integer

$essential public property

public bool $essential
return boolean

$name public property

public string $name
return string