PHP Class Airship\Hangar\Commands\Sign

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

Protected Properties

Свойство Type Description
$history array

Méthodes publiques

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

Méthodes protégées

Méthode Description
selectFile ( string $filename = '' ) : string Select which file to sign

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

selectFile() protected méthode

Select which file to sign
protected selectFile ( string $filename = '' ) : string
$filename string
Résultat string

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

$history protected_oe property

protected array $history
Résultat array

$name public_oe property

public string $name
Résultat string