PHP Class PhpBrew\Command\ExtensionCommand\InstallCommand

Inheritance: extends BaseCommand
Afficher le fichier Open project: phpbrew/phpbrew

Méthodes publiques

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

Méthodes protégées

Méthode Description
getExtConfig ( $args )

Method Details

arguments() public méthode

public arguments ( $args )

brief() public méthode

public brief ( )

execute() public méthode

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

getExtConfig() protected méthode

protected getExtConfig ( $args )

options() public méthode

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

prepare() public méthode

public prepare ( )

usage() public méthode

public usage ( )