|
ultimix
|
Public Member Functions | |
| __construct () | |
| run_config_processors (&$ContextSet, $Config, &$Settings, &$Options) | |
Data Fields | |
| $Cache = false | |
| $DefaultControllers = false | |
| $DefaultViews = false | |
| $Security = false | |
| $Utilities = false | |
Class runs states.
Definition at line 26 of file custom_state_startup.php.
| __construct | ( | ) |
Constructor.
| Exception | - An exception of this type is thrown. |
Definition at line 58 of file custom_state_startup.php.
| run_config_processors | ( | & | $ContextSet, |
| $Config, | |||
| & | $Settings, | ||
| & | $Options | ||
| ) |
Method starts controller/view.
| $ContextSet | - Contexts. |
| $Config | - Config. |
| $Settings | - Execution parameters. |
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 341 of file custom_state_startup.php.
| $Cache = false |
Cached packages.
Definition at line 38 of file custom_state_startup.php.
| $DefaultControllers = false |
Definition at line 39 of file custom_state_startup.php.
| $DefaultViews = false |
Definition at line 40 of file custom_state_startup.php.
| $Security = false |
Definition at line 41 of file custom_state_startup.php.
| $Utilities = false |
Definition at line 42 of file custom_state_startup.php.