API15

API15:JApplication/getCustomPathWay

From Joomla! Documentation

Revision as of 00:16, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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