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

Namespaces

 
 
 
 
 
 
 
 

Data Structures

class  NullVocabulary
 
class  Vocabulary
 
interface  VocabularyInterface
 

Enumerations

enum  Type : string { COPYRIGHT = 'copyright' }
 

Enumeration Type Documentation

◆ Type

Enumerator
COPYRIGHT 

Definition at line 23 of file Type.php.

23  : string
24 {
25  case NULL = 'null';
26  case STANDARD = 'standard';
27  case CONTROLLED_STRING = 'controlled string';
28  case CONTROLLED_VOCAB_VALUE = 'controlled vocab value';
29  case COPYRIGHT = 'copyright';
30 }