|
ultimix
|
Public Member Functions | |
| __construct () | |
| rise_create_event ($Login, $id) | |
| rise_activate_event ($Login, $id) | |
| rise_deactivate_event ($id) | |
| rise_update_event ($id) | |
| handle_update_record (&$Record) | |
Data Fields | |
| $NativeTable = '`umx_user`' | |
| $GuestUserId = 2 | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
| $UsersCache = array() | |
Class for authentification.
Definition at line 26 of file user_access_utilities.php.
| __construct | ( | ) |
Constructor.
Definition at line 89 of file user_access_utilities.php.
| handle_update_record | ( | & | $Record | ) |
Function returns update data.
| $Record | - Example for update. |
| Exception | An exception of this type is thrown. |
Definition at line 395 of file user_access_utilities.php.
| rise_activate_event | ( | $Login, | |
| $id | |||
| ) |
Function rises event.
| $Login | - Login of the deleting user. |
| $id | - id of the created user. |
| Exception | An exception of this type is thrown. |
Definition at line 162 of file user_access_utilities.php.
| rise_create_event | ( | $Login, | |
| $id | |||
| ) |
Function rises event.
| $Login | - Login of the deleting user. |
| $id | - id of the created user. |
| Exception | An exception of this type is thrown. |
Definition at line 126 of file user_access_utilities.php.
| rise_deactivate_event | ( | $id | ) |
Function rises event.
| $id | - id of the created user. |
| Exception | An exception of this type is thrown. |
Definition at line 194 of file user_access_utilities.php.
| rise_update_event | ( | $id | ) |
Function rises event.
| $id | - id of the created user. |
| Exception | An exception of this type is thrown. |
Definition at line 226 of file user_access_utilities.php.
| $Database = false |
Cached objects.
Definition at line 62 of file user_access_utilities.php.
| $DatabaseAlgorithms = false |
Definition at line 63 of file user_access_utilities.php.
| $GuestUserId = 2 |
Guest's id.
Definition at line 50 of file user_access_utilities.php.
| $NativeTable = '`umx_user`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file user_access_utilities.php.
| $Security = false |
Definition at line 64 of file user_access_utilities.php.
| $SecurityParser = false |
Definition at line 65 of file user_access_utilities.php.
| $UsersCache = array() |
Cache of users.
Definition at line 77 of file user_access_utilities.php.