PHP Class Airship\Hangar\Commands\autoRun

Inheritance: extends Airship\Hangar\SessionCommand
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 Fire the add command to add files and directories to this update pack.

Protected Methods

Method 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 method

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

fire() public method

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

getType() protected method

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

$name public property

public string $name
return string