PHP Class Gush\Command\Core\InitCommand

Inheritance: extends Gush\Command\BaseCommand, implements Gush\Feature\GitDirectoryFeature
Show file Open project: gushphp/gush

Protected Methods

Method Description
configure ( ) Configures the current command.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
checkAdapterConfigured ( $selected, $label, $typeLabel, &$valid )
getAdapters ( )
validateAdapter ( $selected, array $available, $type, &$valid )

Method Details

configure() protected method

Actual options are configured by the CoreInitSubscriber.
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

interact() protected method

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