36 private string $id = self::class;
41 string $can_handle_definition_id = null,
42 string $depends_on_engine = NoEngine::class
60 if ($this->can_handle_definition_id === null) {
63 return $this->can_handle_definition_id === $definition->
getId();
load(string $id, string $can_handle_definition_id=null, string $depends_on_engine=NoEngine::class)
dependsOnEngine()
Return the class name of the Engine that is required for this Machine to work.
string $depends_on_engine
__construct()
FlavourMachines must be able to be created without further dependencies.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
canHandleDefinition(FlavourDefinition $definition)
Check if a corresponding configuration can be processed by this Machine.
processStream(FileInformation $information, FileStream $stream, FlavourDefinition $for_definition)
string $can_handle_definition_id
The base interface for all filesystem streams.