API15:JApplication/getCustomPathWay
From Joomla! Documentation
Description
Deprecated, use JPathway->getPathWayNames() method instead.
<! removed transcluded page call, red link never existed >
Syntax
getCustomPathWay()
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function getCustomPathWay()
{
$pathway = $this->getPathway();
return $pathway->getPathWayNames();
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples