23 lines
373 B
YAML
23 lines
373 B
YAML
|
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: []
|