|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\ResourceStorage\Flavours\BrokenDummyMachine:
Collaboration diagram for ILIAS\ResourceStorage\Flavours\BrokenDummyMachine:Public Member Functions | |
| __construct () | |
| @noinspection MagicMethodsValidityInspection More... | |
Public Member Functions inherited from ILIAS\ResourceStorage\Flavours\DummyMachine | |
| 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) | |
Public Member Functions inherited from ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\AbstractMachine | |
| __construct () | |
| FlavourMachines must be able to be created without further dependencies. More... | |
| withEngine (Engine $engine) | |
| The demanded Engine will be passed here. More... | |
| getEngine () | |
| __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... | |
| withEngine (Engine $engine) | |
| The demanded Engine will be passed here. More... | |
| getEngine () | |
| processStream (FileInformation $information, FileStream $stream, FlavourDefinition $for_definition) | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\AbstractMachine | |
| Engine | $engine = null |
Definition at line 26 of file BrokenDummyMachine.php.
| ILIAS\ResourceStorage\Flavours\BrokenDummyMachine::__construct | ( | ) |
@noinspection MagicMethodsValidityInspection
Reimplemented from ILIAS\ResourceStorage\Flavours\DummyMachine.
Definition at line 29 of file BrokenDummyMachine.php.