PHP Класс Airship\Hangar\Commands\autoRun

Наследование: extends Airship\Hangar\SessionCommand
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$description string
$display integer
$essential boolean
$name string

Открытые методы

Метод Описание
fire ( array $args = [] ) : boolean Fire the add command to add files and directories to this update pack.

Защищенные методы

Метод Описание
addautoRun ( string $filename, string $dir ) : integer Add a file or directory to the
getType ( string $path ) : string Get information about a script

Описание методов

addautoRun() защищенный Метод

Add a file or directory to the
protected addautoRun ( string $filename, string $dir ) : integer
$filename string
$dir string
Результат integer

fire() публичный Метод

Fire the add command to add files and directories to this update pack.
public fire ( array $args = [] ) : boolean
$args array
Результат boolean

getType() защищенный Метод

Get information about a script
protected getType ( string $path ) : string
$path string
Результат string

Описание свойств

$description публичное свойство

public string $description
Результат string

$display публичное свойство

public int $display
Результат integer

$essential публичное свойство

public bool $essential
Результат boolean

$name публичное свойство

public string $name
Результат string