API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JComponentHelper::_load | ( | ) |
Load components
private
Références $db, $query, JFactory::getDBO(), et JError::raiseWarning().
Référencé par getComponent().
& JComponentHelper::getComponent | ( | $ | name, |
$ | strict = false |
||
) |
Get the component info
public
string | $name | The component name |
boolean | $string | If set and a component does not exist, the enabled attribue will be set to false |
Référencé par WeblinksHelperRoute::_findItem(), ContentHelperRoute::_findItem(), ContactBuildRoute(), ConfigViewComponent::display(), getParams(), isEnabled(), NewsfeedsBuildRoute(), PollBuildRoute(), et WeblinksBuildRoute().
& JComponentHelper::getParams | ( | $ | name | ) |
Gets the parameter object for the component
public
string | $name | The component name |
Références $name, et getComponent().
Référencé par ContentModelFrontpage::_buildContentOrderBy(), ContentModelArchive::_buildContentOrderBy(), UserViewUser::_displayForm(), plgUserJoomla::_getUser(), InstallerModelLanguages::_loadItems(), UserController::_sendMail(), UserController::activate(), ContentHelperQuery::buildVotingQuery(), MediaHelper::canUpload(), BannersModelBanner::click(), SearchViewSearch::display(), UserViewRegister::display(), UserViewLogin::display(), ContentViewCategory::display(), UsersViewUser::display(), MediaViewMedia::display(), MediaViewImages::display(), categories_html::edit(), HTML_contact::editContact(), ContentHelper::filterText(), BannerHelper::getKeywords(), modSectionsHelper::getList(), modNewsFlashHelper::getList(), modMostReadHelper::getList(), modLatestNewsHelper::getList(), JSite::getParams(), BannersModelBanner::impress(), JSite::initialise(), JAdministrator::initialise(), SearchHelper::logSearch(), plgButtonImage::onDisplay(), UserController::register(), UserController::register_save(), InstallerModelLanguages::remove(), renderComponent(), JModuleHelper::renderModule(), ContentHelper::saveContentPrep(), sendMail(), et ContentModelArticle::store().
JComponentHelper::isEnabled | ( | $ | component, |
$ | strict = false |
||
) |
Checks if the component is enabled
public
string | $component | The component name |
boolean | $string | If set and a component does not exist, false will be returned |
Références $mainframe, et getComponent().
Référencé par renderComponent().
JComponentHelper::renderComponent | ( | $ | name = null , |
$ | params = array() |
||
) |
Références $acl, $file, $id, $k, $lang, $mainframe, $name, $option, $path, $scope, $task, $usersConfig, JText::_(), JFactory::getConfig(), JFactory::getLanguage(), getParams(), JApplicationHelper::getPath(), JRequest::getString(), isEnabled(), jimport(), et JError::raiseError().
Référencé par JApplication::dispatch(), JSite::dispatch(), et JAdministrator::dispatch().