PHP 클래스 Airship\Hangar\Commands\Sign

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

공개 프로퍼티들

프로퍼티 타입 설명
$description string
$display integer
$essential boolean
$name string

보호된 프로퍼티들

프로퍼티 타입 설명
$history array

공개 메소드들

메소드 설명
fire ( array $args = [] ) : boolean Execute the start command, which will start a new hangar session.

보호된 메소드들

메소드 설명
selectFile ( string $filename = '' ) : string Select which file to sign

메소드 상세

fire() 공개 메소드

Execute the start command, which will start a new hangar session.
public fire ( array $args = [] ) : boolean
$args array
리턴 boolean

selectFile() 보호된 메소드

Select which file to sign
protected selectFile ( string $filename = '' ) : string
$filename string
리턴 string

프로퍼티 상세

$description 공개적으로 프로퍼티

public string $description
리턴 string

$display 공개적으로 프로퍼티

public int $display
리턴 integer

$essential 공개적으로 프로퍼티

public bool $essential
리턴 boolean

$history 보호되어 있는 프로퍼티

protected array $history
리턴 array

$name 공개적으로 프로퍼티

public string $name
리턴 string