43 lines
885 B
YAML
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: []
|