PHP Class Bolt\Nut\ExtensionsSetup

Author: Gawain Lynch ([email protected])
Inheritance: extends Bolt\Nut\BaseCommand
Show file Open project: bolt/bolt

Protected Methods

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

Private Methods

Method Description
outputResult ( Symfony\Component\Console\Output\OutputInterface $output, integer $result ) Output the relevant result.
setupAutoloader ( Symfony\Component\Console\Output\OutputInterface $output ) Set up the Composer autoloader.
setupJson ( Symfony\Component\Console\Output\OutputInterface $output ) Create or update the extensions/composer.json file.

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface