[ Index ]

PHP Cross Reference of phpBB-3.3.12-deutsch

title

Body

[close]

/vendor/symfony/console/Style/ -> SymfonyStyle.php (summary)

(no description)

File Size: 431 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SymfonyStyle:: (31 methods):
  __construct()
  block()
  title()
  section()
  listing()
  text()
  comment()
  success()
  error()
  warning()
  note()
  caution()
  table()
  ask()
  askHidden()
  confirm()
  choice()
  progressStart()
  progressAdvance()
  progressFinish()
  createProgressBar()
  askQuestion()
  writeln()
  write()
  newLine()
  getErrorStyle()
  getProgressBar()
  autoPrependBlock()
  autoPrependText()
  reduceBuffer()
  createBlock()


Class: SymfonyStyle  - X-Ref

Output decorator helpers for the Symfony Style Guide.

__construct(InputInterface $input, OutputInterface $output)   X-Ref
No description

block($messages, $type = null, $style = null, $prefix = ' ', $padding = false, $escape = true)   X-Ref
Formats a message as a block of text.

param: string|array $messages The message to write in the block
param: string|null  $type     The block type (added in [] on first line)
param: string|null  $style    The style to apply to the whole block
param: string       $prefix   The prefix for the block
param: bool         $padding  Whether to add vertical padding
param: bool         $escape   Whether to escape the message

title($message)   X-Ref
{@inheritdoc}


section($message)   X-Ref
{@inheritdoc}


listing(array $elements)   X-Ref
{@inheritdoc}


text($message)   X-Ref
{@inheritdoc}


comment($message)   X-Ref
Formats a command comment.

param: string|array $message

success($message)   X-Ref
{@inheritdoc}


error($message)   X-Ref
{@inheritdoc}


warning($message)   X-Ref
{@inheritdoc}


note($message)   X-Ref
{@inheritdoc}


caution($message)   X-Ref
{@inheritdoc}


table(array $headers, array $rows)   X-Ref
{@inheritdoc}


ask($question, $default = null, $validator = null)   X-Ref
{@inheritdoc}


askHidden($question, $validator = null)   X-Ref
{@inheritdoc}


confirm($question, $default = true)   X-Ref
{@inheritdoc}


choice($question, array $choices, $default = null)   X-Ref
{@inheritdoc}


progressStart($max = 0)   X-Ref
{@inheritdoc}


progressAdvance($step = 1)   X-Ref
{@inheritdoc}


progressFinish()   X-Ref
{@inheritdoc}


createProgressBar($max = 0)   X-Ref
{@inheritdoc}


askQuestion(Question $question)   X-Ref

return: mixed

writeln($messages, $type = self::OUTPUT_NORMAL)   X-Ref
{@inheritdoc}


write($messages, $newline = false, $type = self::OUTPUT_NORMAL)   X-Ref
{@inheritdoc}


newLine($count = 1)   X-Ref
{@inheritdoc}


getErrorStyle()   X-Ref
Returns a new instance which makes use of stderr if available.

return: self

getProgressBar()   X-Ref

return: ProgressBar

autoPrependBlock()   X-Ref
No description

autoPrependText()   X-Ref
No description

reduceBuffer($messages)   X-Ref
No description

createBlock($messages, $type = null, $style = null, $prefix = ' ', $padding = false, $escape = false)   X-Ref
No description



Generated: Sun Jun 23 12:25:44 2024 Cross-referenced by PHPXref 0.7.1