ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Group
Definition:
Group.php:26
ILIAS\Refinery\URI\Group\toString
toString()
Definition:
Group.php:27
ILIAS\Refinery\URI\StringTransformation
Definition:
StringTransformation.php:30
ILIAS\Refinery\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:35
ILIAS\Refinery\URI
Definition:
Group.php:21
components
ILIAS
Refinery
src
URI
Group.php
Generated on Sun Oct 19 2025 23:02:58 for ILIAS by
1.9.4 (using
Doxyfile
)