ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct () | |
FlavourMachines must be able to be created without further dependencies. More... | |
processStream (FileInformation $information, FileStream $stream, FlavourDefinition $for_definition) | |
![]() | |
load (string $id, ?string $can_handle_definition_id=null, string $depends_on_engine=NoEngine::class) | |
__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 () | |
Additional Inherited Members | |
![]() | |
Engine | $engine = null |
Definition at line 30 of file SVGDummyMachine.php.
ILIAS\ResourceStorage\Flavours\SVGDummyMachine::__construct | ( | ) |
FlavourMachines must be able to be created without further dependencies.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 32 of file SVGDummyMachine.php.
References ILIAS\ResourceStorage\Flavours\DummyMachine\load().
ILIAS\ResourceStorage\Flavours\SVGDummyMachine::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 42 of file SVGDummyMachine.php.
References ILIAS\Filesystem\Stream\Streams\ofString().