API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
False JSite class used to fool the frontend search plugins because they route the results
JSite::__construct | ( | $ | config = array() | ) |
Class constructor
protected
array | An optional associative array of configuration settings. Recognized key values include 'clientId' (this list is not meant to be comprehensive). |
Réimplémentée à partir de JApplication.
Références $config.
JSite::authorize | ( | $ | itemid | ) |
Check if the user can access the application
public
Références $itemid, $return, $uri, $url, $user, JText::_(), getMenu(), JFactory::getURI(), JFactory::getUser(), et JError::raiseError().
JSite::dispatch | ( | $ | component | ) |
Dispatch the application
public
Réimplémentée à partir de JApplication.
Références $document, $params, $user, JURI::current(), JFactory::getDocument(), JFactory::getUser(), JComponentHelper::renderComponent(), et JURI::root().
JSite::getItems | ( | ) |
False method to fool the frontend search plugins
JSite::getMenu | ( | ) |
False method to fool the frontend search plugins
Référencé par JPathwaySite::__construct(), JRouterSite::_buildSefRoute(), JRouterSite::_createURI(), WeblinksViewWeblink::_displayForm(), UserViewUser::_displayForm(), ContentViewArticle::_displayForm(), WeblinksHelperRoute::_findItem(), JMenuTree::_getItemData(), ContentModelCategory::_loadSiblings(), JRouterSite::_parseRawRoute(), JRouterSite::_parseSefRoute(), JRouterSite::_processBuildRules(), plgSystemBacklink::_redirect(), authorize(), modMainMenuHelper::buildXML(), ContactBuildRoute(), ContactParseRoute(), ContentBuildRoute(), ContentParseRoute(), JDocumentHTML::countMenuChildren(), WrapperController::display(), WrapperViewWrapper::display(), WeblinksViewCategory::display(), WeblinksViewCategories::display(), UserViewUser::display(), UserViewReset::display(), UserViewRemind::display(), UserViewRegister::display(), UserViewLogin::display(), SearchViewSearch::display(), PollViewPoll::display(), NewsfeedsViewNewsfeed::display(), NewsfeedsViewCategory::display(), NewsfeedsViewCategories::display(), ContentViewSection::display(), ContentViewFrontpage::display(), ContentViewCategory::display(), ContentViewArticle::display(), ContentViewArchive::display(), ContactViewContact::display(), ContactViewCategory::display(), JApplication::getBlogCategoryCount(), JApplication::getBlogSectionCount(), JApplication::getContentItemLinkCount(), JApplication::getGlobalBlogSectionCount(), modArchiveHelper::getList(), getParams(), modLoginHelper::getReturnURL(), JApplication::getStaticContentCount(), getTemplate(), modMainMenuHelper::getXML(), mosGetMenuLink(), mosMenuCheck(), mosShowHFMenu(), mosShowVIMenu(), NewsfeedsBuildRoute(), NewsfeedsParseRoute(), PollBuildRoute(), PollParseRoute(), SearchController::search(), UserBuildRoute(), PollController::vote(), WeblinksBuildRoute(), et WeblinksParseRoute().
& JSite::getMenu | ( | ) |
& JSite::getPageParameters | ( | $ | option = null | ) |
Get the appliaction parameters
string | The component option |
Références $option.
& JSite::getParams | ( | $ | option = null | ) |
Get the appliaction parameters
string | The component option |
Références $menu, $option, $params, $title, JRequest::getCmd(), getMenu(), et JComponentHelper::getParams().
& JSite::getPathWay | ( | ) |
& JSite::getRouter | ( | ) |
Return a reference to the JRouter object.
public
Références $config, et JFactory::getConfig().
Référencé par JMenuTree::_getItemData().
JSite::getTemplate | ( | ) |
Get the template
Réimplémentée à partir de JApplication.
Références $db, $id, $item, $menu, $query, JFilterInput::clean(), JRequest::getCmd(), JFactory::getDBO(), et getMenu().
JSite::initialise | ( | $ | options = array() | ) |
Initialise the application.
public
Réimplémentée à partir de JApplication.
Références $client, $lang, $params, $user, JLanguage::exists(), JApplicationHelper::getClientInfo(), JComponentHelper::getParams(), et JFactory::getUser().
JSite::login | ( | $ | credentials, |
$ | options = array() |
||
) |
Login authentication function
array | Array( 'username' => string, 'password' => string ) |
array | Array( 'remember' => boolean ) public |
Réimplémentée à partir de JApplication.
Références JURI::base().
JSite::render | ( | ) |
Display the application.
public
Réimplémentée à partir de JApplication.
Références $data, $document, $file, $params, $user, JRequest::getCmd(), JFactory::getDocument(), JFactory::getUser(), et JResponse::setBody().
JSite::route | ( | ) |
JSite::setTemplate | ( | $ | template | ) |
Overrides the default template that would be used
string | The template name |