| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: application.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 254 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JInstallation:: (9 methods):
__construct()
render()
initialise()
setCfg()
_createConfiguration()
getTemplate()
_createSession()
getLocalise()
getLocaliseAdmin()
Class: JInstallation - X-Ref
Joomla! Application class| __construct($config = array() X-Ref |
| Class constructor param: array An optional associative array of configuration settings. |
| render() X-Ref |
| Render the application |
| initialise( $options = array() X-Ref |
| Initialise the application. |
| setCfg( $vars, $namespace = 'config' ) X-Ref |
| Set configuration values param: array Array of configuration values param: string The namespace |
| _createConfiguration() X-Ref |
| Create the configuration registry |
| getTemplate() X-Ref |
| Get the template return: string The template name |
| _createSession( $name ) X-Ref |
| Create the user session param: string The sessions name return: object JSession |
| getLocalise() X-Ref |
| returns the langauge code and help url set in the localise.xml file. Used for forcing a particular language in localised releases |
| getLocaliseAdmin() X-Ref |
| Returns the installed admin language files in the administrative and front-end area. return: array Array with installed language packs in admin area |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |