|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_permit ($Options) | |
| delete_permit ($Options) | |
| toggle_permit ($Options) | |
| on_after_delete_page ($Parameters) | |
| controller ($Options) | |
Data Fields | |
| $PermitAccess = false | |
| $PermitAlgorithms = false | |
| $Security = false | |
Controller.
Definition at line 26 of file permit_controller.php.
| __construct | ( | ) |
Constructor.
Definition at line 52 of file permit_controller.php.
| controller | ( | $Options | ) |
Function controlls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 242 of file permit_controller.php.
| delete_permit | ( | $Options | ) |
Function controlls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 126 of file permit_controller.php.
| on_after_delete_page | ( | $Parameters | ) |
Page deletion event handler.
| $Parameters | - Event parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 210 of file permit_controller.php.
| set_permit | ( | $Options | ) |
Function controlls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 84 of file permit_controller.php.
| toggle_permit | ( | $Options | ) |
Function controlls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 168 of file permit_controller.php.
| $PermitAccess = false |
Cached objects.
Definition at line 38 of file permit_controller.php.
| $PermitAlgorithms = false |
Definition at line 39 of file permit_controller.php.
| $Security = false |
Definition at line 40 of file permit_controller.php.