PHP Class PhpBrew\Command\ExtensionCommand\InstallCommand

Inheritance: extends BaseCommand
Show file Open project: phpbrew/phpbrew

Public Methods

Method Description
arguments ( $args )
brief ( )
execute ( $extName, $version = 'stable' )
options ( GetOptionKit\OptionSpecCollection $opts )
prepare ( )
usage ( )

Protected Methods

Method Description
getExtConfig ( $args )

Method Details

arguments() public method

public arguments ( $args )

brief() public method

public brief ( )

execute() public method

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

getExtConfig() protected method

protected getExtConfig ( $args )

options() public method

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

prepare() public method

public prepare ( )

usage() public method

public usage ( )