| 1 | == Methods == |
---|
| 2 | * function !__construct(REQUEST $req) |
---|
| 3 | * Should throw ADEIException if invalid credentials are specified. |
---|
| 4 | * Should create valid class even if no user is logged |
---|
| 5 | * function GetUserName() |
---|
| 6 | * Should return NULL if no user is logged |
---|
| 7 | * function GetUserInfo() |
---|
| 8 | * array with some extra info (Later, discuss what to include) |
---|
| 9 | * function GetConfigElement($element_name, $default_value = false) |
---|
| 10 | |
---|
| 11 | == Required Elements == |
---|
| 12 | * User Timezone (I need a correct name, not just GMT+/-) |
---|
| 13 | * Aram, please, add what you think could be important |