API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JPluginHelper

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JPluginHelper::_import ( &$  plugin,
autocreate = true,
dispatcher = null 
)

Loads the plugin file

private

Renvoie:
boolean True if success

Références $mainframe, $path, JDispatcher::getInstance(), getPlugin(), et jimport().

Référencé par importPlugin(), et mosMambotHandler::loadBot().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JPluginHelper::_load ( )

Loads the published plugins

private

Références $db, $plugins, $query, $user, JFactory::getDBO(), JFactory::getUser(), et JError::raiseWarning().

Référencé par getPlugin(), et importPlugin().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

& JPluginHelper::getPlugin ( type,
plugin = null 
)

Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned

public

Paramètres:
string$typeThe plugin type, relates to the sub-directory in the plugins directory
string$pluginThe plugin name
Renvoie:
mixed An array of plugin data objects, or a plugin data object

Références $i, $plugins, $total, $type, _load(), et type.

Référencé par _import(), JEditor::_loadEditor(), JAuthentication::authenticate(), JEditor::getButtons(), plgXMLRPCBloggerServices::getRecentPosts(), isEnabled(), plgXMLRPCBloggerServices::newPost(), plgContentCreateTOC(), plgContentGeshi(), plgContentLoadModule(), plgContentNavigation(), plgContentPagebreak(), plgEmailCloak(), plgSearchCategories(), plgSearchContacts(), plgSearchContent(), plgSearchNewsfeedslinks(), plgSearchSections(), et plgSearchWeblinks().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JPluginHelper::importPlugin ( type,
plugin = null,
autocreate = true,
dispatcher = null 
)

Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.

public

Paramètres:
string$typeThe plugin type, relates to the sub-directory in the plugins directory
string$pluginThe plugin name
Renvoie:
boolean True if success

Références $i, $plugins, $total, $type, _import(), _load(), et type.

Référencé par JAuthentication::__construct(), JEditor::_loadEditor(), UserModelReset::completeReset(), JUser::delete(), ContentViewArticle::display(), SearchModelSearch::getAreas(), JEditor::getButtons(), SearchModelSearch::getData(), ContentViewSection::getItem(), ContentViewFrontpage::getItem(), ContentViewCategory::getItem(), SearchModelSearch::getItems(), mosMambotHandler::loadBotGroup(), JApplication::login(), JApplication::logout(), JHTMLContent::prepare(), JUser::save(), plgXMLRPCJoomlaServices::searchSite(), ContentModelArticle::store(), et ContactController::submit().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JPluginHelper::isEnabled ( type,
plugin = null 
)

Checks if a plugin is enabled

public

Paramètres:
string$typeThe plugin type, relates to the sub-directory in the plugins directory
string$pluginThe plugin name
Renvoie:
boolean

Références $type, et getPlugin().

Référencé par JApplication::initialise(), et plgContentPagebreak().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :