|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Data transfer object that carries the raw SVG data as a string, created from trusted sources. More...
Inheritance diagram for ILIAS\Data\SVG:
Collaboration diagram for ILIAS\Data\SVG:Public Member Functions | |
| __construct (protected string $raw_svg_string,) | |
| __toString () | |
Data transfer object that carries the raw SVG data as a string, created from trusted sources.
This object is merely a type as a mean to talk about SVG's and pass them between different layers of the system, it does not validate whether the SVG is valid or not.
| ILIAS\Data\SVG::__construct | ( | protected string | $raw_svg_string | ) |
| ILIAS\Data\SVG::__toString | ( | ) |