API17:JApplication::getPathway
From Joomla! Documentation
JApplication::getPathway
Description
Returns the application object.
public function getPathway (
$name=null
$options=array
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | string | null | The name of the application. |
$options | array | array() | An optional associative array of configuration settings. |
See also
JApplication::getPathway source code on BitBucket
Class JApplication
Subpackage Application
- Other versions of JApplication::getPathway
User contributed notes
Code Examples