class Converter extends Alvine

Converter

Properties

protected Import $source
protected Import $destination
protected MIMEType $mimetype
protected Closure $operation
protected Image $lastImage

Methods

__construct(Import $source, Export $destination, MIMEType $mimetype, Closure $operation)

Neuen Converter

getSource()

Importer

MIMEType
getMimeType()

mimetype

Image|null
getLastImage()

Letztes Bild

getDestination()

Exporter

getOperation()

Operation

execute()

Ausführung

Details

at line 68
__construct(Import $source, Export $destination, MIMEType $mimetype, Closure $operation)

Neuen Converter

Parameters

Import $source
Export $destination
MIMEType $mimetype
Closure $operation

at line 86
Import getSource()

Importer

Return Value

Import

at line 95
MIMEType getMimeType()

mimetype

Return Value

MIMEType

at line 104
Image|null getLastImage()

Letztes Bild

Return Value

Image|null

at line 113
Export getDestination()

Exporter

Return Value

Export

at line 122
Closure getOperation()

Operation

Return Value

Closure

at line 133
Converter execute()

Ausführung

Return Value

Converter

Exceptions

CreateImageException