105 lines
2.2 KiB
YAML
105 lines
2.2 KiB
YAML
|
name: OutputStyle
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: OutputFormatterInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Formatter\OutputFormatterInterface
|
||
|
- name: ProgressBar
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\ProgressBar
|
||
|
- name: ConsoleOutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\ConsoleOutputInterface
|
||
|
- name: OutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\OutputInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: output
|
||
|
comment: null
|
||
|
- name: newLine
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: count
|
||
|
default: '1'
|
||
|
comment: null
|
||
|
- name: createProgressBar
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: max
|
||
|
default: '0'
|
||
|
comment: null
|
||
|
- name: write
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: messages
|
||
|
- name: newline
|
||
|
default: 'false'
|
||
|
- name: type
|
||
|
default: self::OUTPUT_NORMAL
|
||
|
comment: null
|
||
|
- name: writeln
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: messages
|
||
|
- name: type
|
||
|
default: self::OUTPUT_NORMAL
|
||
|
comment: null
|
||
|
- name: setVerbosity
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: level
|
||
|
comment: null
|
||
|
- name: getVerbosity
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setDecorated
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: decorated
|
||
|
comment: null
|
||
|
- name: isDecorated
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setFormatter
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: formatter
|
||
|
comment: null
|
||
|
- name: getFormatter
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: isQuiet
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: isVerbose
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: isVeryVerbose
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: isDebug
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getErrorOutput
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Formatter\OutputFormatterInterface
|
||
|
- Symfony\Component\Console\Helper\ProgressBar
|
||
|
- Symfony\Component\Console\Output\ConsoleOutputInterface
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
interfaces:
|
||
|
- OutputInterface
|