CacheWarmupCommand extends Command
Table of Contents
Properties
- $bootService : BootService
- $containerBuilder : ContainerBuilder
- $dependencyInjectionCache : FrontendInterface
- $packageManager : PackageManager
Methods
- __construct() : mixed
- configure() : void
- Defines the allowed options for this command
- execute() : int
- {@inheritdoc}
Properties
$bootService read-only
protected
BootService
$bootService
$containerBuilder read-only
protected
ContainerBuilder
$containerBuilder
$dependencyInjectionCache read-only
protected
FrontendInterface
$dependencyInjectionCache
$packageManager read-only
protected
PackageManager
$packageManager
Methods
__construct()
public
__construct(ContainerBuilder $containerBuilder, PackageManager $packageManager, BootService $bootService, FrontendInterface $dependencyInjectionCache) : mixed
Parameters
- $containerBuilder : ContainerBuilder
- $packageManager : PackageManager
- $bootService : BootService
- $dependencyInjectionCache : FrontendInterface
configure()
Defines the allowed options for this command
protected
configure() : void
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface