ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct () | |
FlavourMachines must be able to be created without further dependencies. More... | |
getId () | |
canHandleDefinition (FlavourDefinition $definition) | |
Check if a corresponding configuration can be processed by this Machine. More... | |
dependsOnEngine () | |
Return the class name of the Engine that is required for this Machine to work. More... | |
processStream (FileInformation $information, FileStream $stream, FlavourDefinition $for_definition) | |
![]() | |
__construct () | |
FlavourMachines must be able to be created without further dependencies. More... | |
withEngine (Engine $engine) | |
The demanded Engine will be passed here. More... | |
getEngine () | |
Data Fields | |
const | ID = "be03e07e396a61f7d9b31a712f0913fe9c6cd43b009ce69d30aa0f10bd3500bd" |
Protected Member Functions | |
cropImage (FileStream $stream, int $width) | |
Private Attributes | |
const | FULL_QUALITY_SIZE_THRESHOLD = 100 |
ExtractPages | $extract_pages |
CropRectangle | $crop |
ilObjectTileImageFlavourDefinition | $definition = null |
FileInformation | $information = null |
Additional Inherited Members | |
![]() | |
Engine | $engine = null |
Definition at line 38 of file FirstPageToTileImageFlavourMachine.php.
FirstPageToTileImageMachine::__construct | ( | ) |
FlavourMachines must be able to be created without further dependencies.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 50 of file FirstPageToTileImageFlavourMachine.php.
FirstPageToTileImageMachine::canHandleDefinition | ( | FlavourDefinition | $definition | ) |
Check if a corresponding configuration can be processed by this Machine.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 62 of file FirstPageToTileImageFlavourMachine.php.
|
protected |
Definition at line 108 of file FirstPageToTileImageFlavourMachine.php.
Referenced by processStream().
FirstPageToTileImageMachine::dependsOnEngine | ( | ) |
Return the class name of the Engine that is required for this Machine to work.
Returning null will result in a NullEngine passed to the Machine.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 67 of file FirstPageToTileImageFlavourMachine.php.
FirstPageToTileImageMachine::getId | ( | ) |
If you ever change the ID, FlavourDefinitions may no longer process anything with your machine that previously designated you as the processing machine.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 57 of file FirstPageToTileImageFlavourMachine.php.
FirstPageToTileImageMachine::processStream | ( | FileInformation | $information, |
FileStream | $stream, | ||
FlavourDefinition | $for_definition | ||
) |
FileInformation | $information | of the original File. |
FileStream | $stream | of the original File. |
FlavourDefinition | $for_definition | the definition for which the stream should be processed. |
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 72 of file FirstPageToTileImageFlavourMachine.php.
References $information, cropImage(), and null.
|
private |
Definition at line 46 of file FirstPageToTileImageFlavourMachine.php.
|
private |
Definition at line 47 of file FirstPageToTileImageFlavourMachine.php.
|
private |
Definition at line 45 of file FirstPageToTileImageFlavourMachine.php.
|
private |
Definition at line 48 of file FirstPageToTileImageFlavourMachine.php.
Referenced by processStream().
|
private |
Definition at line 44 of file FirstPageToTileImageFlavourMachine.php.
const FirstPageToTileImageMachine::ID = "be03e07e396a61f7d9b31a712f0913fe9c6cd43b009ce69d30aa0f10bd3500bd" |
Definition at line 40 of file FirstPageToTileImageFlavourMachine.php.
Referenced by FirstPageToTileImageFlavourDefinition\getFlavourMachineId().