PHP Class Airship\Hangar\Commands\Sign

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

Public Properties

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

Protected Properties

Property Type Description
$history array

Public Methods

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

Protected Methods

Method Description
selectFile ( string $filename = '' ) : string Select which file to sign

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

selectFile() protected method

Select which file to sign
protected selectFile ( string $filename = '' ) : string
$filename string
return string

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

$history protected property

protected array $history
return array

$name public property

public string $name
return string