platform/api/symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.yaml
2024-09-02 10:44:11 -07:00

58 lines
1.7 KiB
YAML

name: CacheWarmupCommand
class_comment: null
dependencies:
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: InputOption
type: class
source: Symfony\Component\Console\Input\InputOption
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: SymfonyStyle
type: class
source: Symfony\Component\Console\Style\SymfonyStyle
- name: Preloader
type: class
source: Symfony\Component\DependencyInjection\Dumper\Preloader
- name: CacheWarmerAggregate
type: class
source: Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
- name: WarmableInterface
type: class
source: Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: cacheWarmer
comment: null
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
traits:
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Input\InputOption
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Component\DependencyInjection\Dumper\Preloader
- Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
- Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface
interfaces: []