api/symfony/Component/Console/CommandLoader/CommandLoaderInterface.yaml
2024-09-26 02:03:21 -07:00

43 lines
885 B
YAML

name: CommandLoaderInterface
class_comment: null
dependencies:
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: CommandNotFoundException
type: class
source: Symfony\Component\Console\Exception\CommandNotFoundException
properties: []
methods:
- name: get
visibility: public
parameters:
- name: name
comment: '# * @author Robin Chalas <robin.chalas@gmail.com>
# */
# interface CommandLoaderInterface
# {
# /**
# * Loads a command.
# *
# * @throws CommandNotFoundException'
- name: has
visibility: public
parameters:
- name: name
comment: '# * Checks if a command exists.'
- name: getNames
visibility: public
parameters: []
comment: '# * @return string[]'
traits:
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Exception\CommandNotFoundException
interfaces: []