ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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}