ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
UtilitiesInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Presentation
;
22
23
use
ILIAS\Data\DateFormat\DateFormat
;
24
25
interface
UtilitiesInterface
26
{
27
public
function
getUserDateFormat
():
DateFormat
;
28
29
public
function
txt
(
string
$key): string;
30
31
public
function
txtFill
(
string
$key,
string
...$values): string;
32
33
public
function
sanitizeForHTML
(
string
$string): string;
34
}
ILIAS\MetaData\Presentation
Definition:
Data.php:21
ILIAS\MetaData\Presentation\UtilitiesInterface\sanitizeForHTML
sanitizeForHTML(string $string)
ILIAS\MetaData\Presentation\UtilitiesInterface\txtFill
txtFill(string $key, string ... $values)
ILIAS\Data\DateFormat\DateFormat
A Date Format provides a format definition akin to PHP's date formatting options, but stores the sing...
Definition:
DateFormat.php:26
ILIAS\MetaData\Presentation\UtilitiesInterface\getUserDateFormat
getUserDateFormat()
DateFormat
ILIAS\MetaData\Presentation\UtilitiesInterface
Definition:
UtilitiesInterface.php:25
ILIAS\MetaData\Presentation\UtilitiesInterface\txt
txt(string $key)
components
ILIAS
MetaData
classes
Presentation
UtilitiesInterface.php
Generated on Sun Aug 31 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)