PHP Class tad\WPBrowser\Interactions\WPBootsrapButler

Inheritance: extends BaseButler, implements tad\WPBrowser\Interactions\ButlerInterface
Afficher le fichier Open project: lucatume/wp-browser Class Usage Examples

Méthodes publiques

Méthode Description
askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array

Méthodes protégées

Méthode Description
getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default )
question ( $questionText )

Method Details

askQuestions() public méthode

public askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array
$helper mixed A question helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$verbose boolean
Résultat array

getOptionDefault() protected méthode

protected getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default )
$input Symfony\Component\Console\Input\InputInterface
$option
$default

question() protected méthode

protected question ( $questionText )