Table of Contents
-
$logger
: LoggerInterface
-
__construct()
: mixed
-
convertFile()
: void
-
getImagePath()
: string
-
cacheImage()
: void
$logger
private
LoggerInterface
$logger
__construct()
public
__construct() : mixed
Return values
mixed
—
convertFile()
public
convertFile(int $id) : void
Parameters
-
$id
: int
-
Return values
void
—
getImagePath()
protected
getImagePath(File $file, ImageType $type, int $width) : string
Parameters
-
$file
: File
-
-
$type
: ImageType
-
-
$width
: int
-
Return values
string
—
cacheImage()
private
cacheImage(File $file, int $width, ImageType $imageType) : void
Parameters
-
$file
: File
-
-
$width
: int
-
-
$imageType
: ImageType
-
-
throws
-
EmptyResultException
Return values
void
—