‪TYPO3CMS  11.5
TYPO3\CMS\Core\Command\CacheWarmupCommand Class Reference
Inheritance diagram for TYPO3\CMS\Core\Command\CacheWarmupCommand:

Public Member Functions

 __construct (ContainerBuilder $containerBuilder, PackageManager $packageManager, BootService $bootService, FrontendInterface $dependencyInjectionCache)
 

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Protected Attributes

ContainerBuilder $containerBuilder
 
PackageManager $packageManager
 
BootService $bootService
 
FrontendInterface $dependencyInjectionCache
 

Detailed Description

Definition at line 36 of file CacheWarmupCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\CacheWarmupCommand::__construct ( ContainerBuilder  $containerBuilder,
PackageManager  $packageManager,
BootService  $bootService,
FrontendInterface  $dependencyInjectionCache 
)

Member Function Documentation

◆ configure()

TYPO3\CMS\Core\Command\CacheWarmupCommand::configure ( )
protected

Defines the allowed options for this command

Definition at line 59 of file CacheWarmupCommand.php.

◆ execute()

TYPO3\CMS\Core\Command\CacheWarmupCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Member Data Documentation

◆ $bootService

BootService TYPO3\CMS\Core\Command\CacheWarmupCommand::$bootService
protected

◆ $containerBuilder

ContainerBuilder TYPO3\CMS\Core\Command\CacheWarmupCommand::$containerBuilder
protected

◆ $dependencyInjectionCache

FrontendInterface TYPO3\CMS\Core\Command\CacheWarmupCommand::$dependencyInjectionCache
protected

◆ $packageManager

PackageManager TYPO3\CMS\Core\Command\CacheWarmupCommand::$packageManager
protected