|
ultimix
|
Public Member Functions | |
| __construct () | |
| load_context_set_config (&$ContextSetSettings, &$Options, $FilePath) | |
| get_common_state_config (&$Settings, $SettingName, $Default, $ComponentPath) | |
| load_common_state_config (&$Settings, $SettingName, $Default, $ComponentPath) | |
| get_context_set_prefix ($PackageName, $PackageVersion= 'last') | |
| get_context_permits ($Context, $PackageName, $PackageVersion= 'last') | |
Data Fields | |
| $CachedMultyFS = false | |
| $ContextSetConfig = false | |
| $Trace = false | |
Class with context_set utilities.
Definition at line 26 of file context_set_configs.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 56 of file context_set_configs.php.
| get_common_state_config | ( | & | $Settings, |
| $SettingName, | |||
| $Default, | |||
| $ComponentPath | |||
| ) |
Function load state's config (for the corresponding button).
| $Settings | - States settings. |
| $SettingName | - Setting's name. |
| $Default | - Default value of the setting. |
| $ComponentPath | - Path to the component. |
| Exception | An exception of this type is thrown. |
Definition at line 146 of file context_set_configs.php.
| get_context_permits | ( | $Context, | |
| $PackageName, | |||
$PackageVersion = 'last' |
|||
| ) |
Function returns prefix.
| $PackageName | - Package name. |
| $PackageVersion | - Package version. |
| Exception | An exception of this type is thrown. |
Definition at line 299 of file context_set_configs.php.
| get_context_set_prefix | ( | $PackageName, | |
$PackageVersion = 'last' |
|||
| ) |
Function returns prefix.
| $PackageName | - Package name. |
| $PackageVersion | - Package version. |
| Exception | An exception of this type is thrown. |
Definition at line 255 of file context_set_configs.php.
| load_common_state_config | ( | & | $Settings, |
| $SettingName, | |||
| $Default, | |||
| $ComponentPath | |||
| ) |
Function load state's config (for the corresponding button).
| $Settings | - Set of contexts settings. |
| $SettingName | - Setting's name. |
| $Default | - Default value of the setting. |
| $ComponentPath | - Path to the component. |
| Exception | An exception of this type is thrown. |
Definition at line 211 of file context_set_configs.php.
| load_context_set_config | ( | & | $ContextSetSettings, |
| & | $Options, | ||
| $FilePath | |||
| ) |
Method loads config.
| $Options | - Execution parameters. |
| $FilePath | - Path tp the component. Must be equal to FILE |
| Exception | An exception of this type is thrown. |
Definition at line 92 of file context_set_configs.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 38 of file context_set_configs.php.
| $ContextSetConfig = false |
Definition at line 39 of file context_set_configs.php.
| $Trace = false |
Definition at line 40 of file context_set_configs.php.