| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\ResourceStorage\Flavours\SVGDummyMachine:
 Collaboration diagram for ILIAS\ResourceStorage\Flavours\SVGDummyMachine:Public Member Functions | |
| __construct () | |
| FlavourMachines must be able to be created without further dependencies.  More... | |
| processStream (FileInformation $information, FileStream $stream, FlavourDefinition $for_definition) | |
  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 30 of file SVGDummyMachine.php.
| ILIAS\ResourceStorage\Flavours\SVGDummyMachine::__construct | ( | ) | 
FlavourMachines must be able to be created without further dependencies.
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 32 of file SVGDummyMachine.php.
References ILIAS\ResourceStorage\Flavours\DummyMachine\load().
 Here is the call graph for this function:| ILIAS\ResourceStorage\Flavours\SVGDummyMachine::processStream | ( | FileInformation | $information, | 
| FileStream | $stream, | ||
| FlavourDefinition | $for_definition | ||
| ) | 
| FileInformation | $information | of the original File. | 
| FileStream | $stream | of the original File. | 
| FlavourDefinition | $for_definition | the definition for which the stream should be processed. | 
Implements ILIAS\ResourceStorage\Flavour\Machine\FlavourMachine.
Definition at line 41 of file SVGDummyMachine.php.
References ILIAS\Filesystem\Stream\Streams\ofString().
 Here is the call graph for this function: