API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JAdministrator::__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(), et JURI::root().
JAdministrator::dispatch | ( | $ | component | ) |
Dispatch the application
public
Réimplémentée à partir de JApplication.
Références $document, $user, JText::_(), JHTML::_(), JFactory::getDocument(), JFactory::getUser(), JComponentHelper::renderComponent(), et JURI::root().
& JAdministrator::getRouter | ( | ) |
JAdministrator::getSiteURL | ( | ) |
Deprecated, use JURI::root() instead.
Références JURI::root().
JAdministrator::getTemplate | ( | ) |
Get the template
Réimplémentée à partir de JApplication.
Références $db, $query, JFilterInput::clean(), et JFactory::getDBO().
JAdministrator::initialise | ( | $ | options = array() | ) |
Initialise the application.
public
array | An optional associative array of configuration settings. |
Réimplémentée à partir de JApplication.
Références $client, $lang, $params, $user, JLanguage::exists(), JApplicationHelper::getClientInfo(), JComponentHelper::getParams(), et JFactory::getUser().
JAdministrator::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 $lang, JURI::base(), JRequest::getCmd(), JError::isError(), et purgeMessages().
JAdministrator::purgeMessages | ( | ) |
Purge the jos_messages table of old messages
static method
Références $config, $db, $query, $user, JFactory::getDate(), JFactory::getDBO(), et JFactory::getUser().
Référencé par login().
JAdministrator::render | ( | ) |
Display the application.
public
Réimplémentée à partir de JApplication.
Références $data, $document, $file, $params, JRequest::getCmd(), JFactory::getDocument(), et JResponse::setBody().
JAdministrator::route | ( | ) |
Route the application
public
Réimplémentée à partir de JApplication.
Références $uri, et JURI::getInstance().