27 lines
537 B
YAML
27 lines
537 B
YAML
|
name: Warn
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: OutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\OutputInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: render
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: string
|
||
|
- name: verbosity
|
||
|
default: OutputInterface::VERBOSITY_NORMAL
|
||
|
comment: '# * Renders the component using the given arguments.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string $string
|
||
|
|
||
|
# * @param int $verbosity
|
||
|
|
||
|
# * @return void'
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
interfaces: []
|