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

23 lines
373 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Confirm
class_comment: null
dependencies: []
properties: []
methods:
- name: render
visibility: public
parameters:
- name: question
- name: default
default: 'false'
comment: '# * Renders the component using the given arguments.
# *
# * @param string $question
# * @param bool $default
# * @return bool'
traits: []
interfaces: []