|
| | toString () |
| |
| | toSvgQrCode (ErrorCorrectionLevel $error_correction_level=ErrorCorrectionLevel::MEDIUM, int $size_in_px=400,) |
| |
| | fromSvg () |
| |
Definition at line 29 of file Group.php.
◆ fromSvg()
| ILIAS\Refinery\URI\Group::fromSvg |
( |
| ) |
|
Definition at line 43 of file Group.php.
43 : Transformation
44 {
45 return new FromSvgTransformation();
46 }
◆ toString()
| ILIAS\Refinery\URI\Group::toString |
( |
| ) |
|
Definition at line 31 of file Group.php.
31 : Transformation
32 {
33 return new ToStringTransformation();
34 }
◆ toSvgQrCode()
| ILIAS\Refinery\URI\Group::toSvgQrCode |
( |
ErrorCorrectionLevel |
$error_correction_level = ErrorCorrectionLevel::MEDIUM, |
|
|
int |
$size_in_px = 400 |
|
) |
| |
Definition at line 36 of file Group.php.
39 : Transformation {
40 return new ToSvgQrCodeTransformation($error_correction_level, $size_in_px);
41 }
The documentation for this class was generated from the following file: