Class FOFUtilsConfigHelper
A utility class to help you fetch component parameters without going through JComponentHelper
Package: FrameworkOnFramework\utils
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/utils/config/helper.php
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/utils/config/helper.php
Methods summary
final public static
|
#
loadComponentConfig( string $component, boolean $force = false )
Loads the component's configuration parameters so they can be accessed by getComponentConfigurationValue |
final public static
mixed
|
#
getComponentConfigurationValue( string $component, string $key, mixed $default = null )
Retrieves the value of a component configuration parameter without going through JComponentHelper |