PHP Class Airship\Hangar\Commands\autoRun

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 to add files and directories to this update pack.

Méthodes protégées

Méthode Description
addautoRun ( string $filename, string $dir ) : integer Add a file or directory to the
getType ( string $path ) : string Get information about a script

Method Details

addautoRun() protected méthode

Add a file or directory to the
protected addautoRun ( string $filename, string $dir ) : integer
$filename string
$dir string
Résultat integer

fire() public méthode

Fire the add command to add files and directories to this update pack.
public fire ( array $args = [] ) : boolean
$args array
Résultat boolean

getType() protected méthode

Get information about a script
protected getType ( string $path ) : string
$path 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

$name public_oe property

public string $name
Résultat string