JSite
From Joomla! Documentation
(Difference between revisions)
(→Methods) |
(→{{JVer|1.5}} JApplication) |
||
| Line 1: | Line 1: | ||
| − | =={{JVer|1.5}} | + | =={{JVer|1.5}} JSite== |
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Latest revision as of 15:33, 25 January 2012
[edit]
JSite
[edit] 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