API15:JApplication/getCustomPathWay/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Deprecated, use JPathway->getPathWayNames() method instead.
Syntax
getCustomPathWay()
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function getCustomPathWay() { $pathway = $this->getPathway(); return $pathway->getPathWayNames(); }
Examples
<CodeExamplesForm />
