Method |
Description |
|
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, PhpSpec\Config\OptionsConfig $config, PhpSpec\Console\Prompter $prompter ) |
|
|
askConfirmation ( string $question, boolean $default = true ) : boolean |
|
|
cutTemp ( ) : null | string |
|
|
freezeTemp ( ) |
|
|
getBlockWidth ( ) : integer |
|
|
getBootstrapPath ( ) |
|
|
getLastWrittenMessage ( ) : string |
|
|
isCodeGenerationEnabled ( ) : boolean |
|
|
isDecorated ( ) : boolean |
|
|
isFakingEnabled ( ) |
|
|
isInteractive ( ) : boolean |
|
|
isRerunEnabled ( ) |
|
|
isStopOnFailureEnabled ( ) : boolean |
|
|
isVerbose ( ) : boolean |
|
|
overwrite ( string $message, integer | null $indent = null, boolean $newline = false ) |
|
|
overwriteln ( string $message = '', integer | null $indent = null ) |
|
|
setConsoleWidth ( integer $width ) |
|
|
write ( string $message, integer | null $indent = null, boolean $newline = false ) |
|
|
writeBrokenCodeBlock ( string $message, integer $indent ) |
|
|
writeTemp ( string $message, integer | null $indent = null ) |
|
|
writeln ( string $message = '', integer | null $indent = null ) |
|
|