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

29 lines
570 B
YAML

name: AskWithCompletion
class_comment: null
dependencies:
- name: Question
type: class
source: Symfony\Component\Console\Question\Question
properties: []
methods:
- name: render
visibility: public
parameters:
- name: question
- name: choices
- name: default
default: 'null'
comment: '# * Renders the component using the given arguments.
# *
# * @param string $question
# * @param array|callable $choices
# * @param string $default
# * @return mixed'
traits:
- Symfony\Component\Console\Question\Question
interfaces: []