PHP Class Airship\Hangar\Commands\Add

Inheritance: extends Airship\Hangar\SessionCommand
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 Fire the add command!

Méthodes protégées

Méthode Description
addFile ( string $filename, string $dir = '' ) : integer Add a file or directory to the update list.

Method Details

addFile() protected méthode

Add a file or directory to the update list.
protected addFile ( string $filename, string $dir = '' ) : integer
$filename string
$dir string
Résultat integer

fire() public méthode

Fire the add command!
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