JSite
From Joomla! Documentation
JApplication
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructor. |
| public | authorize | Authorize access. |
| public | dispatch | Dispatch the application. |
| public | getMenu | Return a reference to the menu object. |
| public | getPageParameters | Get application parameters. |
| public | getParams | Get application parameters. |
| public | getPathWay | Return a reference to the JPathway object. |
| public | getRouter | Return a reference to the JRouter object. |
| public | getTemplate | Get the template. |
| public | initialise | Initialise the application. |
| public | login | Login authentication. |
| public | render | Display the application. |
| public | route | Route the application. |
| public | setTemplate | Set the template. |
- Defined in includes/application.php
- Extends JApplication