API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JInstallation::__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, JURI::base(), JURI::root(), et JError::setErrorHandling().
JInstallation::_createConfiguration | ( | ) |
Create the configuration registry
private
Références jimport().
& JInstallation::_createSession | ( | $ | name | ) |
Create the user session
private
string | The sessions name |
Réimplémentée à partir de JApplication.
Références $name, $session, et JFactory::getSession().
JInstallation::getLocalise | ( | ) |
returns the langauge code and help url set in the localise.xml file. Used for forcing a particular language in localised releases
Références JFactory::getXMLParser().
JInstallation::getLocaliseAdmin | ( | ) |
Returns the installed admin language files in the administrative and front-end area.
private
Références $path, JFolder::folders(), JLanguage::getLanguagePath(), et jimport().
JInstallation::getTemplate | ( | ) |
JInstallation::initialise | ( | $ | options = array() | ) |
Initialise the application.
public
Réimplémentée à partir de JApplication.
Références JLanguageHelper::detectLanguage(), JFactory::getConfig(), JRequest::getVar(), et jimport().
JInstallation::render | ( | ) |
Render the application
public
Réimplémentée à partir de JApplication.
Références $config, $data, $document, $params, $user, JText::_(), JFactory::getConfig(), JFactory::getDocument(), JFactory::getUser(), et JResponse::setBody().
JInstallation::setCfg | ( | $ | vars, |
$ | namespace = 'config' |
||
) |
Set configuration values
private
array | Array of configuration values |
string | The namespace |
JInstallation::$_siteURL = null |