Converter
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
MIMEType
getMimeType()
mimetype
Image|null
getLastImage()
Letztes Bild
getDestination()
Exporter
getOperation()
Operation
Details
at line 68
__construct(Import $source, Export $destination, MIMEType $mimetype, Closure $operation)
Neuen Converter
at line 86
Import
getSource()
Importer
at line 95
MIMEType
getMimeType()
mimetype
at line 104
Image|null
getLastImage()
Letztes Bild
at line 113
Export
getDestination()
Exporter
at line 122
Closure
getOperation()
Operation
at line 133
Converter
execute()
Ausführung