| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE.txt |
| File Size: | 336 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JAdministrator:: (9 methods):
__construct()
initialise()
route()
getRouter()
dispatch()
render()
login()
getTemplate()
purgeMessages()
Class: JAdministrator - X-Ref
Joomla! Application class| __construct($config = array() X-Ref |
| Class constructor param: array An optional associative array of configuration settings. |
| initialise($options = array() X-Ref |
| Initialise the application. param: array $options An optional associative array of configuration settings. return: void |
| route() X-Ref |
| Route the application return: void |
| getRouter($name = null, array $options = array() X-Ref |
| Return a reference to the JRouter object. return: JRouter |
| dispatch($component = null) X-Ref |
| Dispatch the application param: string $component The component to dispatch. return: void |
| render() X-Ref |
| Display the application. return: void |
| login($credentials, $options = array() X-Ref |
| Login authentication function param: array Array('username' => string, 'password' => string) param: array Array('remember' => boolean) return: boolean True on success. |
| getTemplate($params = false) X-Ref |
| Get the template return: string The template name |
| purgeMessages() X-Ref |
| Purge the jos_messages table of old messages return: void |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |