Joomla! Application class
Provide many supporting API functions
Located in /includes/application.php (line 20)
JObject | --JApplication | --JSite
Currently active template
Option to detect language by the browser
Option to filter by language
Inherited from JApplication
JApplication::$input
JApplication::$instances
JApplication::$requestTime
JApplication::$scope
JApplication::$startTime
JApplication::$_clientId
JApplication::$_messageQueue
JApplication::$_name
Inherited from JObject
JObject::$_errors
Return a reference to the JRouter object.
Class constructor
Check if the user can access the application
Dispatch the application
Return the current state of the detect browser option.
Return the current state of the language filter.
Return a reference to the JPathway object.
Get the application parameters
Get the appliaction parameters
Return a reference to the JPathway object.
Get the template
Initialise the application.
Login authentication function
Redirect to another URL.
Optionally enqueues a message in the system message queue (which will be displayed the next time a page is loaded) using the enqueueMessage method. If the headers have not been sent the redirect will be accomplished using a "301 Moved Permanently" code in the header pointing to the new location. If the headers have already been sent this will be accomplished using a JavaScript statement.
Display the application.
Route the application.
Set the current state of the detect browser option.
Set the current state of the language filter.
Overrides the default template that would be used
Inherited From JApplication
JApplication::__construct()
JApplication::checkSession()
JApplication::close()
JApplication::dispatch()
JApplication::enqueueMessage()
JApplication::getCfg()
JApplication::getClientId()
JApplication::getHash()
JApplication::getInstance()
JApplication::getMenu()
JApplication::getMessageQueue()
JApplication::getName()
JApplication::getPathway()
JApplication::getRouter()
JApplication::getTemplate()
JApplication::getUserState()
JApplication::getUserStateFromRequest()
JApplication::initialise()
JApplication::isAdmin()
JApplication::isSite()
JApplication::isWinOS()
JApplication::login()
JApplication::logout()
JApplication::redirect()
JApplication::registerEvent()
JApplication::render()
JApplication::route()
JApplication::setUserState()
JApplication::stringURLSafe()
JApplication::triggerEvent()
JApplication::_createConfiguration()
JApplication::_createSession()
JApplication::__toString()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:52:12 -0500 by phpDocumentor 1.4.4