35             'svg_color_changing_machine',
    46         $content = (string)$stream;
    48         $from_color = 
':' . $for_definition->getColor() . 
';';
    49         $to_color = 
':' . $for_definition->getToColor() . 
';';
    50         $content = str_replace($from_color, $to_color, $content);
 
processStream(FileInformation $information, FileStream $stream, FlavourDefinition $for_definition)
 
__construct()
FlavourMachines must be able to be created without further dependencies. 
 
load(string $id, string $can_handle_definition_id=null, string $depends_on_engine=NoEngine::class)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static ofString(string $string)
Creates a new stream with an initial value. 
 
The base interface for all filesystem streams.