|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_header_template ($Options, &$Paging, $Prefix) | |
| set_item_template ($Options, &$Paging, $Prefix) | |
| set_no_data_found_message ($Options, &$Paging) | |
| set_footer_template ($Options, &$Paging, $Prefix) | |
| set_main_settings ($Options, &$Paging) | |
| get_original_records (&$Options, $IdList) | |
| get_data_record (&$Options, $IdList) | |
| extract_data_from_request (&$Options, $Record, $SettingName, $Prefix) | |
| get_data_provider (&$Options, &$DefaultProvider) | |
| get_posted_ids ($Prefix) | |
| set_form_data ($Form, $Data) | |
| set_grid_data ($Options, &$Paging, $QueryString= '1=1') | |
| get_form (&$Options, $IdList, $FormFileName, $Prefix, $State) | |
Data Fields | |
| $BlockSettings = false | |
| $CachedMultyFS = false | |
| $PageComposer = false | |
| $Security = false | |
| $SecurityParser = false | |
| $SecurityUtilities = false | |
| $String = false | |
| $Trace = false | |
Class with context_set utilities.
Definition at line 26 of file context_set_utilities.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 61 of file context_set_utilities.php.
| extract_data_from_request | ( | & | $Options, |
| $Record, | |||
| $SettingName, | |||
| $Prefix | |||
| ) |
Function fetches id' from the request.
| $Options | - Execution parameters. |
| $Record | - This record will be extended with the data from request. |
| $SettingName | - Setting name with the extraction script. |
| $Prefix | - Entity prefix. |
| Exception | An exception of this type is thrown. |
Definition at line 414 of file context_set_utilities.php.
| get_data_provider | ( | & | $Options, |
| & | $DefaultProvider | ||
| ) |
Function returns data access object.
| $Options | - Execution parameters. |
| $DefaultProvider | - Default data access object. |
| Exception | An exception of this type is thrown. |
Definition at line 464 of file context_set_utilities.php.
| get_data_record | ( | & | $Options, |
| $IdList | |||
| ) |
Function returns superposition of the records.
| $Options | - Execution parameters. |
| $IdList | - List of identificators. |
| Exception | An exception of this type is thrown. |
Definition at line 349 of file context_set_utilities.php.
| get_form | ( | & | $Options, |
| $IdList, | |||
| $FormFileName, | |||
| $Prefix, | |||
| $State | |||
| ) |
Function returns form's template.
| $Options | - Execution parameters. |
| $IdList | - Ids of the processing records. |
| $FormFileName | - Form template file. |
| $Prefix | - Entity prefix. |
| $State | - Стейт. |
| Exception | An exception of this type is thrown. |
Definition at line 777 of file context_set_utilities.php.
| get_original_records | ( | & | $Options, |
| $IdList | |||
| ) |
Function returns records from the DB.
| $Options | - Execution parameters. |
| $IdList | - List of identificators. |
| Exception | An exception of this type is thrown. |
Definition at line 301 of file context_set_utilities.php.
| get_posted_ids | ( | $Prefix | ) |
Function returns id's of the selected records.
| $Prefix | - Entity prefix. |
| Exception | An exception of this type is thrown. |
Definition at line 508 of file context_set_utilities.php.
| set_footer_template | ( | $Options, | |
| & | $Paging, | ||
| $Prefix | |||
| ) |
Function inits grid template.
| $Options | - Execution parameters. |
| $Paging | - Grid object. |
| Exception | An exception of this type is thrown. |
Definition at line 223 of file context_set_utilities.php.
| set_form_data | ( | $Form, | |
| $Data | |||
| ) |
Function sets data in the form.
| $Form | - Form's code. |
| $Data | - Record with processing data. |
| Exception | An exception of this type is thrown. |
Definition at line 613 of file context_set_utilities.php.
| set_grid_data | ( | $Options, | |
| & | $Paging, | ||
$QueryString = '1 = 1' |
|||
| ) |
Function inits grid's data.
| $Options | - Execution parameters. |
| $Paging | - Grid object. |
| $QueryString | - Query string. |
| Exception | An exception of this type is thrown. |
Definition at line 716 of file context_set_utilities.php.
| set_header_template | ( | $Options, | |
| & | $Paging, | ||
| $Prefix | |||
| ) |
Function inits grid template.
| $Options | - Execution parameters. |
| $Paging | - Grid object. |
| Exception | An exception of this type is thrown. |
Definition at line 102 of file context_set_utilities.php.
| set_item_template | ( | $Options, | |
| & | $Paging, | ||
| $Prefix | |||
| ) |
Function inits grid template.
| $Options | - Execution parameters. |
| $Paging | - Grid object. |
| Exception | An exception of this type is thrown. |
Definition at line 140 of file context_set_utilities.php.
| set_main_settings | ( | $Options, | |
| & | $Paging | ||
| ) |
Function inits grid's main settings.
| $Options | - Execution parameters. |
| $Paging | - Grid object. |
| Exception | An exception of this type is thrown. |
Definition at line 261 of file context_set_utilities.php.
| set_no_data_found_message | ( | $Options, | |
| & | $Paging | ||
| ) |
Function inits grid.
| $Options | - Execution parameters. |
| $Paging | - Grid object. |
| Exception | An exception of this type is thrown. |
Definition at line 178 of file context_set_utilities.php.
| $BlockSettings = false |
Cached packages.
Definition at line 38 of file context_set_utilities.php.
| $CachedMultyFS = false |
Definition at line 39 of file context_set_utilities.php.
| $PageComposer = false |
Definition at line 40 of file context_set_utilities.php.
| $Security = false |
Definition at line 41 of file context_set_utilities.php.
| $SecurityParser = false |
Definition at line 42 of file context_set_utilities.php.
| $SecurityUtilities = false |
Definition at line 43 of file context_set_utilities.php.
| $String = false |
Definition at line 44 of file context_set_utilities.php.
| $Trace = false |
Definition at line 45 of file context_set_utilities.php.