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