|
ultimix
|
Public Member Functions | |
| __construct () | |
| load_config ($ConfigFilePath) | |
| load_hinted_config (&$Options, $ContextFolder, $Contexts) | |
| load_raw_config ($Config) | |
| load_config_from_object (&$Config) | |
| compile_call_params_filter (&$Options) | |
| compile_permits_filter (&$Options) | |
| compile_permits_validation (&$Options) | |
| compile_custom_validation (&$Options) | |
| compile_error_func (&$Owner, &$Options) | |
| check_success_function (&$Owner, $Func) | |
| compile_package_success_func (&$Options, &$Owner, $Func) | |
| execute (&$Options, &$Owner) | |
Data Fields | |
| $Config = false | |
| $CachedMultyFS = false | |
| $ContextUtilities = false | |
| $CustomValidations = false | |
| $Messages = false | |
| $PermitAlgorithms = false | |
| $Security = false | |
| $SecurityValidator = false | |
| $Settings = false | |
| $Trace = false | |
Class for rapid controllers and viewes development.
Definition at line 26 of file context.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 74 of file context.php.
| check_success_function | ( | & | $Owner, |
| $Func | |||
| ) |
Function checks custom context method.
| $Options | - Execution parameters. |
| $Owner | - Object of the class wich provides all handlers. |
| Exception | An exception of this type is thrown. |
Definition at line 546 of file context.php.
| compile_call_params_filter | ( | & | $Options | ) |
Function validates call parameters.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 257 of file context.php.
| compile_custom_validation | ( | & | $Options | ) |
Custom validations.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 400 of file context.php.
| compile_error_func | ( | & | $Owner, |
| & | $Options | ||
| ) |
Function processes errors.
| $Options | - Execution parameters. |
| $Owner | - Object of the class wich provides all handlers. |
| Exception | An exception of this type is thrown. |
Definition at line 498 of file context.php.
| compile_package_success_func | ( | & | $Options, |
| & | $Owner, | ||
| $Func | |||
| ) |
Function processes custom context method.
| $Options | - Execution parameters. |
| $Owner | - Object of the class wich provides all handlers. |
| $Func | - Function name. |
| Exception | An exception of this type is thrown. |
Definition at line 622 of file context.php.
| compile_permits_filter | ( | & | $Options | ) |
Function validates permits filters.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 304 of file context.php.
| compile_permits_validation | ( | & | $Options | ) |
Function validates permits.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 351 of file context.php.
| execute | ( | & | $Options, |
| & | $Owner | ||
| ) |
Function starts controller/view.
| $Options | - Execution parameters. |
| $Owner | - Object of the class wich provides all handlers. |
| Exception | An exception of this type is thrown. |
Definition at line 834 of file context.php.
| load_config | ( | $ConfigFilePath | ) |
Function loads config.
| $ConfigFilePath | - Execution config's file name. |
| Exception | An exception of this type is thrown. |
Definition at line 110 of file context.php.
| load_config_from_object | ( | & | $Config | ) |
Function loads config.
| $Config | - Config. |
| Exception | An exception of this type is thrown. |
Definition at line 223 of file context.php.
| load_hinted_config | ( | & | $Options, |
| $ContextFolder, | |||
| $Contexts | |||
| ) |
Method adds non-standart contexts.
| $Options | - Options. |
| $ContextFolder | - Path to the directory. |
| $Contexts | - Contexts. |
| Exception | An exception of this type is thrown. |
Definition at line 149 of file context.php.
| load_raw_config | ( | $Config | ) |
Function loads config.
| $Config | - Config. |
| Exception | An exception of this type is thrown. |
Definition at line 188 of file context.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 50 of file context.php.
| $Config = false |
Execution config.
Definition at line 38 of file context.php.
| $ContextUtilities = false |
Definition at line 51 of file context.php.
| $CustomValidations = false |
Definition at line 52 of file context.php.
| $Messages = false |
Definition at line 53 of file context.php.
| $PermitAlgorithms = false |
Definition at line 54 of file context.php.
| $Security = false |
Definition at line 55 of file context.php.
| $SecurityValidator = false |
Definition at line 56 of file context.php.
| $Settings = false |
Definition at line 57 of file context.php.
| $Trace = false |
Definition at line 58 of file context.php.