Contao Utils Bundle

CreateImageSizeItemsCommand extends Command
in package

Table of Contents

Constants

DEFAULT_BREAKPOINTS  = [576, 768, 992, 1200, 1400]
MODE_FIRST  = 1
MODE_INTERMEDIATE  = 2
MODE_LAST  = 3

Properties

$defaultName  : mixed
$contaoFramework  : ContaoFramework
$utils  : Utils

Methods

__construct()  : mixed
configure()  : mixed
{@inheritdoc}
createItem()  : mixed
execute()  : mixed
{@inheritdoc}
createImageSizes()  : mixed

Constants

Properties

Methods

createItem()

protected createItem(ImageSizeModel $imageSize, int $index, int $breakpoint, int|null $nextBreakpoint, int $mode) : mixed
Parameters
$imageSize : ImageSizeModel
$index : int
$breakpoint : int
$nextBreakpoint : int|null
$mode : int

execute()

{@inheritdoc}

protected execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
$input : InputInterface
$output : OutputInterface

createImageSizes()

private createImageSizes(SymfonyStyle $io, array<string|int, mixed> $breakpoints[, array<string|int, mixed> $imageSizeIds = [] ]) : mixed
Parameters
$io : SymfonyStyle
$breakpoints : array<string|int, mixed>
$imageSizeIds : array<string|int, mixed> = []

        
On this page

Search results