API17

API17:JApplication::getPathway

From Joomla! Documentation

Joomla 11.1 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.
  • Returns object .
  • Defined on line 760 of libraries/joomla/application/application.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples