API15

API15:JApplication/getCustomPathWay

From Joomla! Documentation

Revision as of 22:09, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Deprecated, use JPathway->getPathWayNames() method instead. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JApplication/getCust...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Deprecated, use JPathway->getPathWayNames() method instead.

[Edit Descripton]

Template:Description:JApplication/getCustomPathWay

Syntax

getCustomPathWay()


Defined in

libraries/joomla/application/application.php

Importing

jimport( 'joomla.application.application' );

Source Body

function getCustomPathWay()
{
        $pathway = $this->getPathway();
        return $pathway->getPathWayNames();
}

[Edit See Also] Template:SeeAlso:JApplication/getCustomPathWay

Examples

<CodeExamplesForm />