platform/api/laravel/Console/View/Components/Alert.yaml
2024-09-02 10:44:11 -07:00

26 lines
538 B
YAML

name: Alert
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: []