ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Data\Description Namespace Reference

Data Structures

class  DDValueTest
 
class  Description
 This describes some datastructure in terms of standard data structures such as primitives, lists, maps and objects and helpful (hopefully...) human readable texts. More...
 
class  DList
 
class  DListTest
 
class  DMap
 
class  DObject
 
class  DObjectTest
 
class  DValue
 
class  Factory
 
class  FactoryTest
 
class  Field
 

Enumerations

enum  ValueType : string { NULL = "null" }
 

Detailed Description

Enumeration Type Documentation

◆ ValueType

Enumerator
NULL 

Definition at line 23 of file ValueType.php.

23  : string
24 {
25  case INT = "int";
26  case FLOAT = "float";
27  case STRING = "string";
28  case DATETIME = "datetime";
29  case BOOL = "bool";
30  case NULL = "null";
31 }