ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\MetaData\Paths Namespace Reference

Namespaces

 
 
 
 

Data Structures

class  Builder
 
interface  BuilderInterface
 
class  Factory
 
interface  FactoryInterface
 
class  NullBuilder
 
class  NullFactory
 
class  NullPath
 
class  Path
 
interface  PathInterface
 

Enumerations

enum  Token : string { FILTER_VALUE_SEPARATOR = ':' }
 The string representation of these tokens must not occur in the names of metadata elements. More...
 

Enumeration Type Documentation

◆ Token

The string representation of these tokens must not occur in the names of metadata elements.

Enumerator
FILTER_VALUE_SEPARATOR 

Definition at line 27 of file Token.php.

27  : 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 }