ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\ResourceStorage\Flavours\BrokenDummyMachine Class Reference
+ Inheritance diagram for ILIAS\ResourceStorage\Flavours\BrokenDummyMachine:
+ Collaboration diagram for ILIAS\ResourceStorage\Flavours\BrokenDummyMachine:

Public Member Functions

 __construct ()
 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\AbstractMachine
Engine $engine = null
 

Detailed Description

Definition at line 26 of file BrokenDummyMachine.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ResourceStorage\Flavours\BrokenDummyMachine::__construct ( )

MagicMethodsValidityInspection

Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.

Definition at line 29 of file BrokenDummyMachine.php.

30  {
31  throw new \RuntimeException('This machine is broken');
32  }

The documentation for this class was generated from the following file: