parameter::get_global_value (public)

 parameter::get_global_value [ -localize ] [ -boolean ] \
    -package_key package_key -parameter parameter [ -default default ]

Defined in packages/acs-tcl/tcl/parameter-procs.tcl

Get the value of a global package parameter.

Switches:
-localize (optional, boolean)
should we attempt to localize the parameter
-boolean (optional, boolean)
ensure boolean parameters are normalized to 0 or 1
-package_key (required)
identifies the package to which the global param belongs
-parameter (required)
which parameter's value to get
-default (optional)
what to return if we don't find a value. Defaults to returning the empty string.
Returns:
The string trimmed (leading and trailing spaces removed) parameter value
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 test_parameter__check_procs parameter__check_procs (test acs-tcl) parameter::get_global_value parameter::get_global_value test_parameter__check_procs->parameter::get_global_value test_parameter_register_test parameter_register_test (test acs-tcl) test_parameter_register_test->parameter::get_global_value ad_parameter_cache ad_parameter_cache (public) parameter::get_global_value->ad_parameter_cache ad_parameter_from_configuration_file ad_parameter_from_configuration_file (public) parameter::get_global_value->ad_parameter_from_configuration_file lang::util::localize lang::util::localize (public) parameter::get_global_value->lang::util::localize boomerang::resource_info boomerang::resource_info (public) boomerang::resource_info->parameter::get_global_value bootstrap_icons::resource_info bootstrap_icons::resource_info (public) bootstrap_icons::resource_info->parameter::get_global_value cookieconsent::resource_info cookieconsent::resource_info (public) cookieconsent::resource_info->parameter::get_global_value fa_icons::resource_info fa_icons::resource_info (public) fa_icons::resource_info->parameter::get_global_value highcharts::resource_info highcharts::resource_info (public) highcharts::resource_info->parameter::get_global_value

Testcases:
parameter_register_test, parameter__check_procs
[ show source ]
Show another procedure: