|
ultimix
|
Public Member Functions | |
| __construct () | |
| change_permits_controller ($Options) | |
| change_groups_controller ($Options) | |
| change_permits_view ($Options) | |
| change_groups_view ($Options) | |
| controller ($Options) | |
| view ($Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $GroupAccess = false | |
| $Link = false | |
| $PermitAccess = false | |
| $PermitAlgorithms = false | |
| $Security = false | |
| $UserAccess = false | |
| $UserAlgorithms = false | |
This class controls component.
Definition at line 26 of file user_permit_manager.php.
| __construct | ( | ) |
Constructor.
Definition at line 57 of file user_permit_manager.php.
| change_groups_controller | ( | $Options | ) |
Function controls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 140 of file user_permit_manager.php.
| change_groups_view | ( | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 221 of file user_permit_manager.php.
| change_permits_controller | ( | $Options | ) |
Function controls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 94 of file user_permit_manager.php.
| change_permits_view | ( | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 186 of file user_permit_manager.php.
| controller | ( | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 260 of file user_permit_manager.php.
| view | ( | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 298 of file user_permit_manager.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 38 of file user_permit_manager.php.
| $GroupAccess = false |
Definition at line 39 of file user_permit_manager.php.
| $Link = false |
Definition at line 40 of file user_permit_manager.php.
| $PermitAccess = false |
Definition at line 41 of file user_permit_manager.php.
| $PermitAlgorithms = false |
Definition at line 42 of file user_permit_manager.php.
| $Security = false |
Definition at line 43 of file user_permit_manager.php.
| $UserAccess = false |
Definition at line 44 of file user_permit_manager.php.
| $UserAlgorithms = false |
Definition at line 45 of file user_permit_manager.php.