API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JPluginHelper::_import | ( | &$ | plugin, |
$ | autocreate = true , |
||
$ | dispatcher = null |
||
) |
Loads the plugin file
private
Références $mainframe, $path, JDispatcher::getInstance(), getPlugin(), et jimport().
Référencé par importPlugin(), et mosMambotHandler::loadBot().
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().
& 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
string | $type | The plugin type, relates to the sub-directory in the plugins directory |
string | $plugin | The plugin name |
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().
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
string | $type | The plugin type, relates to the sub-directory in the plugins directory |
string | $plugin | The plugin name |
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().
JPluginHelper::isEnabled | ( | $ | type, |
$ | plugin = null |
||
) |
Checks if a plugin is enabled
public
string | $type | The plugin type, relates to the sub-directory in the plugins directory |
string | $plugin | The plugin name |
Références $type, et getPlugin().
Référencé par JApplication::initialise(), et plgContentPagebreak().