XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
Directive.php
Go to the documentation of this file.
1 <?php
2 
7 {
8 
12  public $id;
13 
17  public $type;
18 
22  public $default;
23 
27  public $description;
28 
32  public $typeAllowsNull = false;
33 
38  public $allowed;
39 
44  public $aliases = array();
45 
50  public $valueAliases;
51 
56  public $version;
57 
63 
69 
73  public $external = array();
74 
75 }
76 
77 // vim: et sw=4 sts=4