59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
|
name: ParallelConsoleOutput
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Str
|
||
|
type: class
|
||
|
source: Illuminate\Support\Str
|
||
|
- name: ConsoleOutput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\ConsoleOutput
|
||
|
properties:
|
||
|
- name: output
|
||
|
visibility: protected
|
||
|
comment: '# * The original output instance.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var \Symfony\Component\Console\Output\OutputInterface'
|
||
|
- name: ignore
|
||
|
visibility: protected
|
||
|
comment: '# * The output that should be ignored.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var array'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: output
|
||
|
comment: "# * The original output instance.\n# *\n# * @var \\Symfony\\Component\\\
|
||
|
Console\\Output\\OutputInterface\n# */\n# protected $output;\n# \n# /**\n# * The\
|
||
|
\ output that should be ignored.\n# *\n# * @var array\n# */\n# protected $ignore\
|
||
|
\ = [\n# 'Running phpunit in',\n# 'Configuration read from',\n# ];\n# \n# /**\n\
|
||
|
# * Create a new Parallel ConsoleOutput instance.\n# *\n# * @param \\Symfony\\\
|
||
|
Component\\Console\\Output\\OutputInterface $output\n# * @return void"
|
||
|
- name: write
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: messages
|
||
|
- name: newline
|
||
|
default: 'false'
|
||
|
- name: options
|
||
|
default: '0'
|
||
|
comment: '# * Writes a message to the output.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string|iterable $messages
|
||
|
|
||
|
# * @param bool $newline
|
||
|
|
||
|
# * @param int $options
|
||
|
|
||
|
# * @return void'
|
||
|
traits:
|
||
|
- Illuminate\Support\Str
|
||
|
- Symfony\Component\Console\Output\ConsoleOutput
|
||
|
interfaces: []
|