ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct () | |
MagicMethodsValidityInspection More... | |
![]() | |
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 26 of file BrokenDummyMachine.php.
ILIAS\ResourceStorage\Flavours\BrokenDummyMachine::__construct | ( | ) |
MagicMethodsValidityInspection
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 29 of file BrokenDummyMachine.php.