PHP Class Composer\Satis\Console\Application

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

Protected Properties

Свойство Type Description
$composer Composer\Composer
$io Composer\IO\IOInterface

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
getDefaultCommands ( )

Method Details

__construct() public méthode

public __construct ( )

doRun() public méthode

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 méthode

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
Résultat Composer\Composer

getDefaultCommands() protected méthode

protected getDefaultCommands ( )

Property Details

$composer protected_oe property

protected Composer,Composer $composer
Résultat Composer\Composer

$io protected_oe property

protected IOInterface,Composer\IO $io
Résultat Composer\IO\IOInterface