PHP Class PhpBrew\Command\InstallCommand

Inheritance: extends CLIFramework\Command
Afficher le fichier Open project: phpbrew/phpbrew

Méthodes publiques

Méthode Description
aliases ( )
arguments ( $args )
brief ( )
execute ( $version )
options ( OptionCollection $opts )
parseSemanticOptions ( array &$args )
usage ( )

Méthodes protégées

Méthode Description
installAs ( $source, $target, $override = false )

Method Details

aliases() public méthode

public aliases ( )

arguments() public méthode

public arguments ( $args )

brief() public méthode

public brief ( )

execute() public méthode

public execute ( $version )

installAs() protected méthode

protected installAs ( $source, $target, $override = false )

options() public méthode

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

parseSemanticOptions() public méthode

public parseSemanticOptions ( array &$args )
$args array

usage() public méthode

public usage ( )