platform/api/symfony/Component/Console/Tests/Fixtures/FooLock3Command.yaml

47 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FooLock3Command
class_comment: null
dependencies:
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: LockableTrait
type: class
source: Symfony\Component\Console\Command\LockableTrait
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: LockFactory
type: class
source: Symfony\Component\Lock\LockFactory
- name: LockableTrait
type: class
source: LockableTrait
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: lockFactory
comment: null
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
traits:
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Command\LockableTrait
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Lock\LockFactory
- LockableTrait
interfaces: []