references:joomla.framework:application:jsearchhelper-getpluginparamsTable of Contents
getPluginParams
Retrieves a JParameter object containing the parameters for the plugin. If the specified plugin is found, then its parameters are used to create the JParameter object. If the plugin is not found, then a JParameter object is created without any data. SyntaxJParameter &getPluginParams ( $folder, $name )
ExamplesExample $params =& JSearchHelper::getPluginParams( 'search', 'content' ); will retrieve a reference to the plugin parameter object. |


