PHP Class Sulu\Bundle\GeneratorBundle\Command\Helper\DialogHelper

Inheritance: extends Symfony\Component\Console\Helper\DialogHelper
Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
getQuestion ( $question, $default, $sep = ':' )
getRunner ( Symfony\Component\Console\Output\OutputInterface $output, &$errors )
writeGeneratorSummary ( Symfony\Component\Console\Output\OutputInterface $output, $errors )
writeSection ( Symfony\Component\Console\Output\OutputInterface $output, $text, $style = 'bg=blue;fg=white' )

Method Details

getQuestion() public method

public getQuestion ( $question, $default, $sep = ':' )

getRunner() public method

public getRunner ( Symfony\Component\Console\Output\OutputInterface $output, &$errors )
$output Symfony\Component\Console\Output\OutputInterface

writeGeneratorSummary() public method

public writeGeneratorSummary ( Symfony\Component\Console\Output\OutputInterface $output, $errors )
$output Symfony\Component\Console\Output\OutputInterface

writeSection() public method

public writeSection ( Symfony\Component\Console\Output\OutputInterface $output, $text, $style = 'bg=blue;fg=white' )
$output Symfony\Component\Console\Output\OutputInterface