PHP Class Composer\Satis\Console\Command\BuildCommand

Author: Jordi Boggiano ([email protected])
Inheritance: extends Composer\Command\BaseCommand
Exibir arquivo Open project: composer/satis

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer

Private Methods

Method Description
check ( string $configFile ) : boolean Validates the syntax and the schema of the current config json file according to satis-schema.json rules.
getComposerHome ( ) : string
getConfiguration ( ) : Composer\Config

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface The input instance
$output Symfony\Component\Console\Output\OutputInterface The output instance
return integer