PHP Класс Pimcore\Console\Command\CacheWarmingCommand

Наследование: extends Pimcore\Console\AbstractCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$validAssetTypes array
$validDocumentTypes array
$validObjectTypes array
$validTypes array

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getArrayOption ( $option, $property, $singular, boolean $fallback = false ) : mixed Get one of types, document, asset or object types, handle "all" value and list input validation.
humanList ( $list, string $glue = 'or', null $template = null ) : string A,B,C -> A, B or C (with an optional template for each item)
writeWarmingMessage ( $type, $types )

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getArrayOption() защищенный Метод

Get one of types, document, asset or object types, handle "all" value and list input validation.
protected getArrayOption ( $option, $property, $singular, boolean $fallback = false ) : mixed
$option
$property
$singular
$fallback boolean
Результат mixed

humanList() защищенный Метод

A,B,C -> A, B or C (with an optional template for each item)
protected humanList ( $list, string $glue = 'or', null $template = null ) : string
$list
$glue string
$template null
Результат string

writeWarmingMessage() защищенный Метод

protected writeWarmingMessage ( $type, $types )

Описание свойств

$validAssetTypes защищенное свойство

protected array $validAssetTypes
Результат array

$validDocumentTypes защищенное свойство

protected array $validDocumentTypes
Результат array

$validObjectTypes защищенное свойство

protected array $validObjectTypes
Результат array

$validTypes защищенное свойство

protected array $validTypes
Результат array