API15:JApplication/getCustomPathWay/ja

出典: Joomla! ドキュメンテーション

目次

Description

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

[Edit Descripton]



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]



Examples

<CodeExamplesForm />