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

Référence de la classe JSite

Graphe d'héritage de JSite:
Graphe de collaboration de JSite:

Liste de tous les membres

Fonctions membres publiques


Description détaillée

False JSite class used to fool the frontend search plugins because they route the results


Documentation des constructeurs et destructeur

JSite::__construct ( config = array())

Class constructor

protected

Paramètres:
arrayAn 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.


Documentation des fonctions membres

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().

Voici le graphe d'appel pour cette fonction :

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().

Voici le graphe d'appel pour cette fonction :

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 ( )

Return a reference to the JPathway object.

public

Renvoie:
object JPathway.
Depuis:
1.5

Références $menu.

& JSite::getPageParameters ( option = null)

Get the appliaction parameters

Paramètres:
stringThe component option
Renvoie:
object The parameters object
Depuis:
1.5

Références $option.

& JSite::getParams ( option = null)

Get the appliaction parameters

Paramètres:
stringThe component option
Renvoie:
object The parameters object
Depuis:
1.5

Références $menu, $option, $params, $title, JRequest::getCmd(), getMenu(), et JComponentHelper::getParams().

Voici le graphe d'appel pour cette fonction :

& JSite::getPathWay ( )

Return a reference to the JPathway object.

public

Renvoie:
object JPathway.
Depuis:
1.5
& JSite::getRouter ( )

Return a reference to the JRouter object.

public

Renvoie:
JRouter.
Depuis:
1.5

Références $config, et JFactory::getConfig().

Référencé par JMenuTree::_getItemData().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JSite::getTemplate ( )

Get the template

Renvoie:
string The template name
Depuis:
1.0

Réimplémentée à partir de JApplication.

Références $db, $id, $item, $menu, $query, JFilterInput::clean(), JRequest::getCmd(), JFactory::getDBO(), et getMenu().

Voici le graphe d'appel pour cette fonction :

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().

Voici le graphe d'appel pour cette fonction :

JSite::login ( credentials,
options = array() 
)

Login authentication function

Paramètres:
arrayArray( 'username' => string, 'password' => string )
arrayArray( 'remember' => boolean ) public
Voir également:
JApplication::login

Réimplémentée à partir de JApplication.

Références JURI::base().

Voici le graphe d'appel pour cette fonction :

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().

Voici le graphe d'appel pour cette fonction :

JSite::route ( )

Route the application

public

Réimplémentée à partir de JApplication.

JSite::setTemplate ( template)

Overrides the default template that would be used

Paramètres:
stringThe template name

La documentation de cette classe a été générée à partir des fichiers suivants :