PHP 클래스 Airship\Hangar\Commands\autoRun

상속: extends Airship\Hangar\SessionCommand
파일 보기 프로젝트 열기: paragonie/airship

공개 프로퍼티들

프로퍼티 타입 설명
$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