API17

API17:JComponentHelper::getParams

From Joomla! Documentation

Joomla 11.1 JComponentHelper::getParams

Description

Gets the parameter object for the component.


public static function getParams (
        $option
        $strict=false
)
Parameter Type Default Description
$option string The option for the component.
$strict boolean false If set and the component does not exist, false will be returned

See also


User contributed notes

Code Examples