|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_controller () | |
| compile_set_permit_button (&$Settings) | |
| compile_delete_permit_button (&$Settings) | |
| compile_toggle_permit_button (&$Settings) | |
Data Fields | |
| $Permits = array() | |
| $CachedMultyFS = false | |
| $Database = false | |
| $PermitAccess = false | |
| $PermitAlgorithms = false | |
| $Settings = false | |
| $String = false | |
| $UserAlgorithms = false | |
| $ControllerWasAdded = false | |
Class provides macro processing.
Definition at line 26 of file permit_buttons.php.
| __construct | ( | ) |
Constructor.
Definition at line 80 of file permit_buttons.php.
| compile_delete_permit_button | ( | & | $Settings | ) |
Button code compilation.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 273 of file permit_buttons.php.
| compile_set_permit_button | ( | & | $Settings | ) |
Button code compilation.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 239 of file permit_buttons.php.
| compile_toggle_permit_button | ( | & | $Settings | ) |
Button code compilation.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 307 of file permit_buttons.php.
| get_controller | ( | ) |
Function creates controller call.
| Exception | An exception of this type is thrown. |
Definition at line 116 of file permit_buttons.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 50 of file permit_buttons.php.
| $ControllerWasAdded = false |
Was the controller added.
Definition at line 68 of file permit_buttons.php.
| $Database = false |
Definition at line 51 of file permit_buttons.php.
| $PermitAccess = false |
Definition at line 52 of file permit_buttons.php.
| $PermitAlgorithms = false |
Definition at line 53 of file permit_buttons.php.
| $Permits = array() |
Object permits.
Definition at line 38 of file permit_buttons.php.
| $Settings = false |
Definition at line 54 of file permit_buttons.php.
| $String = false |
Definition at line 55 of file permit_buttons.php.
| $UserAlgorithms = false |
Definition at line 56 of file permit_buttons.php.