ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Group.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Refinery\URI
;
22
23
use
ILIAS\Refinery\Transformation
;
24
25
class
Group
26
{
27
public
function
toString
():
Transformation
28
{
29
return
new
StringTransformation
();
30
}
31
}
ILIAS\Refinery\URI
Definition:
Group.php:21
ILIAS\Data\URI\StringTransformation
Definition:
StringTransformation.php:29
Group
Transformation
ILIAS\Refinery\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:34
ILIAS\Data\URI\Group\toString
toString()
Definition:
Group.php:27
components
ILIAS
Refinery
src
URI
Group.php
Generated on Mon Sep 1 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)