ILIAS  trunk Revision v12.0_alpha-1541-g23eaa5e013d
ILIAS\Refinery\URI\Group Class Reference
+ Collaboration diagram for ILIAS\Refinery\URI\Group:

Public Member Functions

 toString ()
 
 toSvgQrCode (ErrorCorrectionLevel $error_correction_level=ErrorCorrectionLevel::MEDIUM, int $size_in_px=400,)
 
 fromSvg ()
 

Detailed Description

Definition at line 29 of file Group.php.

Member Function Documentation

◆ 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: