ProcessedImageCollector implements SingletonInterface

FinalYes

Collects the images processed during the current frontend request, so the "Info" admin panel module can list them. Implemented as a singleton so that all processing calls of a request accumulate in the same instance.

Internal

Table of Contents

Interfaces

SingletonInterface
"empty" interface for singletons (marker interface pattern)

Methods

collect()  : void
getImages()  : array<string, array{name: string, size: int, width: int, height: int}>

Methods

getImages()

public getImages() : array<string, array{name: string, size: int, width: int, height: int}>
Return values
array<string, array{name: string, size: int, width: int, height: int}>
On this page

Search results