| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\ResourceStorage\Flavours\BrokenDummyMachine:
 Collaboration diagram for ILIAS\ResourceStorage\Flavours\BrokenDummyMachine:Public Member Functions | |
| __construct () | |
| FlavourMachines must be able to be created without further dependencies.  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 () | |
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 | ( | ) | 
FlavourMachines must be able to be created without further dependencies.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 28 of file BrokenDummyMachine.php.