Joomla! Installation Application class
Located in /installation/application/web.php (line 19)
JApplicationBase | --JApplicationWeb | --JApplicationCms | --InstallationApplicationWeb
Inherited from JApplicationCms
JApplicationCms::$docOptions
JApplicationCms::$instances
JApplicationCms::$profiler
JApplicationCms::$scope
JApplicationCms::$template
JApplicationCms::$useStrongEncryption
JApplicationCms::$_clientId
JApplicationCms::$_messageQueue
JApplicationCms::$_name
Inherited from JApplicationWeb
JApplicationWeb::$charSet
JApplicationWeb::$client
JApplicationWeb::$config
JApplicationWeb::$document
JApplicationWeb::$instance
JApplicationWeb::$language
JApplicationWeb::$mimeType
JApplicationWeb::$modifiedDate
JApplicationWeb::$response
JApplicationWeb::$session
Inherited from JApplicationBase
JApplicationBase::$dispatcher
JApplicationBase::$identity
JApplicationBase::$input
Class constructor.
Method to run the Web application routines.
Method to load a PHP configuration class file based on convention and return the instantiated data object. You will extend this method in child classes to provide configuration data from whatever data source is relevant for your specific application.
Method to get a controller object.
Returns the language code and help url set in the localise.xml file.
Used for forcing a particular language in localised releases.
Returns the installed language files in the administrative and front-end area.
Gets the name of the current template.
Initialise the application.
Allows the application to load a custom or default document.
The logic and options for creating this object are adequately generic for default cases but for many applications it will make sense to override this method and create a document, if required, based on more specific needs.
Allows the application to load a custom or default session.
The logic and options for creating this object are adequately generic for default cases but for many applications it will make sense to override this method and create a session, if required, based on more specific needs.
Rendering is the process of pushing the document buffers into the template placeholders, retrieving data from the document and pushing it into the application response buffer.
Method to send a JSON response. The data parameter can be a Exception object for when an error has occurred or a stdClass for a good response.
Set configuration values
Inherited From JApplicationCms
JApplicationCms::__construct()
JApplicationCms::afterSessionStart()
JApplicationCms::checkSession()
JApplicationCms::enqueueMessage()
JApplicationCms::execute()
JApplicationCms::getCfg()
JApplicationCms::getClientId()
JApplicationCms::getInstance()
Inherited From JApplicationWeb
JApplicationWeb::__construct()
JApplicationWeb::afterSessionStart()
JApplicationWeb::allowCache()
JApplicationWeb::appendBody()
JApplicationWeb::checkConnectionAlive()
JApplicationWeb::checkHeadersSent()
JApplicationWeb::clearHeaders()
JApplicationWeb::compress()
JApplicationWeb::detectRequestUri()
JApplicationWeb::doExecute()
JApplicationWeb::execute()
JApplicationWeb::fetchConfigurationData()
JApplicationWeb::flushAssets()
JApplicationWeb::get()
JApplicationWeb::getBody()
JApplicationWeb::getDocument()
JApplicationWeb::getHeaders()
JApplicationWeb::getInstance()
JApplicationWeb::getLanguage()
JApplicationWeb::getSession()
JApplicationWeb::header()
JApplicationWeb::initialise()
JApplicationWeb::isSSLConnection()
JApplicationWeb::loadConfiguration()
JApplicationWeb::loadDocument()
JApplicationWeb::loadLanguage()
JApplicationWeb::loadSession()
JApplicationWeb::loadSystemUris()
JApplicationWeb::prependBody()
JApplicationWeb::redirect()
JApplicationWeb::render()
JApplicationWeb::respond()
JApplicationWeb::sendHeaders()
JApplicationWeb::set()
JApplicationWeb::setBody()
JApplicationWeb::setHeader()
Inherited From JApplicationBase
JApplicationBase::close()
JApplicationBase::getIdentity()
JApplicationBase::loadDispatcher()
JApplicationBase::loadIdentity()
JApplicationBase::registerEvent()
JApplicationBase::triggerEvent()
Documentation generated on Tue, 19 Nov 2013 15:18:24 +0100 by phpDocumentor 1.4.3