|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_controller () | |
| compile_set_group_button (&$Settings) | |
| compile_delete_group_button (&$Settings) | |
| compile_toggle_group_button (&$Settings) | |
Data Fields | |
| $CachedMultyFS = false | |
| $String = false | |
| $ControllerWasAdded = false | |
Class provides permits dependent visualisation.
Definition at line 26 of file group_buttons.php.
| __construct | ( | ) |
Constructor.
Definition at line 63 of file group_buttons.php.
| compile_delete_group_button | ( | & | $Settings | ) |
Function compiles button.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 214 of file group_buttons.php.
| compile_set_group_button | ( | & | $Settings | ) |
Function compiles button.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 180 of file group_buttons.php.
| compile_toggle_group_button | ( | & | $Settings | ) |
Function compiles button.
| $Settings | - Processing options. |
| Exception | An exception of this type is thrown. |
Definition at line 248 of file group_buttons.php.
| get_controller | ( | ) |
Function creates controller call.
| Exception | An exception of this type is thrown. |
Definition at line 94 of file group_buttons.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 38 of file group_buttons.php.
| $ControllerWasAdded = false |
Was the controller added.
Definition at line 51 of file group_buttons.php.
| $String = false |
Definition at line 39 of file group_buttons.php.