JSite
From Joomla! Documentation
(Difference between revisions)
(Created page with "* '''Defined in''' includes/application.php * '''Extends''' JApplication") |
(→{{JVer|1.5}} JApplication) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| + | =={{JVer|1.5}} JSite== | ||
| + | ===Methods=== | ||
| + | {| class="wikitable sortable" | ||
| + | |- | ||
| + | !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 | * '''Defined in''' includes/application.php | ||
* '''Extends''' [[JApplication/1.5|JApplication]] | * '''Extends''' [[JApplication/1.5|JApplication]] | ||
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