ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Directive.php
Go to the documentation of this file.
1 <?php
2 
7 {
8 
13  public $id;
14 
19  public $type;
20 
25  public $default;
26 
31  public $description;
32 
37  public $typeAllowsNull = false;
38 
45  public $allowed;
46 
52  public $aliases = array();
53 
59  public $valueAliases;
60 
66  public $version;
67 
74 
81 
86  public $external = array();
87 }
88 
89 // vim: et sw=4 sts=4