PHP 인터페이스 pharext\SourceDir

상속: extends Traversable
파일 보기 프로젝트 열기: m6w6/pharext 0 사용 예제들

공개 메소드들

메소드 설명
getArgs ( ) : array | Traversable Provide installer command line args
getBaseDir ( ) : string Retrieve the base directory
getLicense ( ) : string Retrieve the full text license
getPackageInfo ( ) : array | Traversable Retrieve gathered package info
setArgs ( Args $args ) Process installer command line args

메소드 상세

getArgs() 공개 메소드

Provide installer command line args
public getArgs ( ) : array | Traversable
리턴 array | Traversable

getBaseDir() 공개 메소드

Retrieve the base directory
public getBaseDir ( ) : string
리턴 string

getLicense() 공개 메소드

Retrieve the full text license
public getLicense ( ) : string
리턴 string

getPackageInfo() 공개 메소드

Retrieve gathered package info

setArgs() 공개 메소드

Process installer command line args
public setArgs ( Args $args )
$args pharext\Cli\Args