Support Joomla!

references:joomla.framework:application:japplication-getpathway

Table of Contents

getPathWay

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Application Class JApplication Method getPathWay Reference getPathWay() Never Work in Progress

Return a reference to the JPathWay object. This method should be used by extensions to obtain access to the pathway object.

Syntax

JPathway &getPathWay ()

Examples

Example

global $mainframe;

$pathway = $mainframe->getPathWay();

will result in a reference to the application pathway object being stored in the $pathway variable.


 
references/joomla.framework/application/japplication-getpathway.txt (822 views) · Last modified: 2007/08/15 14:49