35 'svg_color_changing_machine',
47 $content = (string) $stream;
49 $from_color =
':' . $for_definition->getColor() .
';';
50 $to_color =
':' . $for_definition->getToColor() .
';';
51 $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.
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.
load(string $id, ?string $can_handle_definition_id=null, string $depends_on_engine=NoEngine::class)
The base interface for all filesystem streams.