Support Joomla!

references:joomla.framework:application:jsearchhelper-getpluginparams

Table of Contents

getPluginParams

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Application Class JSearchHelper Method getPluginParams Reference getPluginParams() Never Work in Progress

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.

Syntax

JParameter &getPluginParams ( $folder, $name )

$folder string is a string containing the name of the folder in which to search for the plugin.
$name string is a string containing the name of the plugin for which to load the parameters.

Examples

Example

$params =& JSearchHelper::getPluginParams( 'search', 'content' );

will retrieve a reference to the plugin parameter object.


 
references/joomla.framework/application/jsearchhelper-getpluginparams.txt (614 views) · Last modified: 2007/08/15 14:49