platform/api/laravel/Console/View/Components/TwoColumnDetail.yaml

31 lines
621 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TwoColumnDetail
class_comment: null
dependencies:
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
properties: []
methods:
- name: render
visibility: public
parameters:
- name: first
- name: second
default: 'null'
- name: verbosity
default: OutputInterface::VERBOSITY_NORMAL
comment: '# * Renders the component using the given arguments.
# *
# * @param string $first
# * @param string|null $second
# * @param int $verbosity
# * @return void'
traits:
- Symfony\Component\Console\Output\OutputInterface
interfaces: []