26 lines
499 B
YAML
26 lines
499 B
YAML
name: Secret
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Question
|
|
type: class
|
|
source: Symfony\Component\Console\Question\Question
|
|
properties: []
|
|
methods:
|
|
- name: render
|
|
visibility: public
|
|
parameters:
|
|
- name: question
|
|
- name: fallback
|
|
default: 'true'
|
|
comment: '# * Renders the component using the given arguments.
|
|
|
|
# *
|
|
|
|
# * @param string $question
|
|
|
|
# * @param bool $fallback
|
|
|
|
# * @return mixed'
|
|
traits:
|
|
- Symfony\Component\Console\Question\Question
|
|
interfaces: []
|