XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Static Public Member Functions | |
static | getList () |
Data Fields | |
const | GUEST = 0 |
const | ASSOCIATE = 2 |
const | REGULAR = 5 |
const | STAFF = 7 |
const | OWNER = 9 |
Definition at line 36 of file Enum.class.php.
|
static |
Definition at line 44 of file Enum.class.php.
const ASSOCIATE = 2 |
Definition at line 39 of file Enum.class.php.
const GUEST = 0 |
Definition at line 38 of file Enum.class.php.
const OWNER = 9 |
Definition at line 42 of file Enum.class.php.
const REGULAR = 5 |
Definition at line 40 of file Enum.class.php.
const STAFF = 7 |
Definition at line 41 of file Enum.class.php.