PHP 클래스 PhpBrew\Command\ExtensionCommand\InstallCommand

상속: extends BaseCommand
파일 보기 프로젝트 열기: phpbrew/phpbrew

공개 메소드들

메소드 설명
arguments ( $args )
brief ( )
execute ( $extName, $version = 'stable' )
options ( GetOptionKit\OptionSpecCollection $opts )
prepare ( )
usage ( )

보호된 메소드들

메소드 설명
getExtConfig ( $args )

메소드 상세

arguments() 공개 메소드

public arguments ( $args )

brief() 공개 메소드

public brief ( )

execute() 공개 메소드

public execute ( $extName, $version = 'stable' )

getExtConfig() 보호된 메소드

protected getExtConfig ( $args )

options() 공개 메소드

public options ( GetOptionKit\OptionSpecCollection $opts )
$opts GetOptionKit\OptionSpecCollection

prepare() 공개 메소드

public prepare ( )

usage() 공개 메소드

public usage ( )