API15:JPathway/ construct
From Joomla! Documentation
Description
Class constructor
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
__construct($options=array())
| Parameter Name | Default Value | Description |
|---|---|---|
| $options | array() |
Defined in
libraries/joomla/application/pathway.php
Importing
jimport( 'joomla.application.pathway' );
Source Body
function __construct($options = array())
{
//Initialise the array
$this->_pathway = array();
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples