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 70
__construct(Import $source, Export $destination, MIMEType $mimetype, Closure $operation)

Neuen Converter

Parameters

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

at line 88
Import getSource()

Importer

Return Value

Import

at line 97
MIMEType getMimeType()

mimetype

Return Value

MIMEType

at line 106
Image|null getLastImage()

Letztes Bild

Return Value

Image|null

at line 115
Export getDestination()

Exporter

Return Value

Export

at line 124
Closure getOperation()

Operation

Return Value

Closure

at line 135
Converter execute()

Ausführung

Return Value

Converter

Exceptions

CreateImageException