class AutorotateImageProcessor implements ProcessorInterface (View source)

Properties

protected Application $app
protected bool $rescanThumbnails

Should thumbnails be rescanned when the image is rotated?

Methods

__construct()

No description

bool
isRescanThumbnails()

Should thumbnails be rescanned when the image is rotated?

$this
setRescanThumbnails(bool $rescanThumbnails)

Should thumbnails be rescanned when the image is rotated?

bool
shouldProcess(Version $version)

Should this processor process a specific file version?

process(Version $version)

Process a specific file version.

Details

__construct()

No description

bool isRescanThumbnails()

Should thumbnails be rescanned when the image is rotated?

Return Value

bool

$this setRescanThumbnails(bool $rescanThumbnails)

Should thumbnails be rescanned when the image is rotated?

Parameters

bool $rescanThumbnails

Return Value

$this

bool shouldProcess(Version $version)

Should this processor process a specific file version?

Parameters

Version $version

Return Value

bool

See also

ProcessorInterface::shouldProcess

process(Version $version)

Process a specific file version.

Parameters

Version $version

Exceptions

Exception

in case of errors

See also

ProcessorInterface::process