Definition at line 29 of file Group.php.
◆ htmlAttributeValue()
ILIAS\Refinery\Encode\Group::htmlAttributeValue |
( |
| ) |
|
Definition at line 31 of file Group.php.
31 : Transformation
32 {
33 return new HTMLAttributeValue();
34 }
◆ htmlSpecialCharsAsEntities()
ILIAS\Refinery\Encode\Group::htmlSpecialCharsAsEntities |
( |
| ) |
|
Definition at line 36 of file Group.php.
36 : Transformation
37 {
38 return new HTMLSpecialCharsAsEntities();
39 }
◆ json()
ILIAS\Refinery\Encode\Group::json |
( |
| ) |
|
Definition at line 41 of file Group.php.
41 : Transformation
42 {
43 return new Json();
44 }
◆ url()
ILIAS\Refinery\Encode\Group::url |
( |
| ) |
|
Definition at line 46 of file Group.php.
46 : Transformation
47 {
48 return new URL();
49 }
The documentation for this class was generated from the following file:
- components/ILIAS/Refinery/src/Encode/Group.php