ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Token.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Paths
;
22
27
enum
Token
:
string
28
{
29
case
START_AT_ROOT =
'@'
;
30
case
START_AT_CURRENT =
'='
;
31
case
LEADS_TO_EXACTLY_ONE =
'#'
;
32
case
SEPARATOR =
';'
;
33
case
FILTER_SEPARATOR =
'$'
;
34
case
FILTER_VALUE_SEPARATOR
=
':'
;
35
}
ILIAS\MetaData\Paths\Token
Token
The string representation of these tokens must not occur in the names of metadata elements...
Definition:
Token.php:27
ILIAS\MetaData\Paths
Definition:
Builder.php:21
ILIAS\MetaData\Paths\FILTER_VALUE_SEPARATOR
Definition:
Token.php:34
components
ILIAS
MetaData
classes
Paths
Token.php
Generated on Sun Aug 31 2025 23:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)