PHP Class Composer\Satis\Console\Application

Author: Jordi Boggiano ([email protected])
Inheritance: extends Symfony\Component\Console\Application
Mostra file Open project: composer/satis Class Usage Examples

Protected Properties

Property Type Description
$composer Composer\Composer
$io Composer\IO\IOInterface

Public Methods

Method Description
__construct ( )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getComposer ( boolean $required = true, array | string | null $config = null ) : Composer\Composer

Protected Methods

Method Description
getDefaultCommands ( )

Method Details

__construct() public method

public __construct ( )

doRun() public method

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getComposer() public method

public getComposer ( boolean $required = true, array | string | null $config = null ) : Composer\Composer
$required boolean Not used
$config array | string | null either a configuration array or a filename to read from, if null it will read from the default filename
return Composer\Composer

getDefaultCommands() protected method

protected getDefaultCommands ( )

Property Details

$composer protected_oe property

protected Composer,Composer $composer
return Composer\Composer

$io protected_oe property

protected IOInterface,Composer\IO $io
return Composer\IO\IOInterface