====== getPathWay ====== {#JAPI Joomla.Framework Application JApplication::getPathWay #} 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 ===== global $mainframe; $pathway = $mainframe->getPathWay(); will result in a reference to the application pathway object being stored in the $pathway variable. ---- ~~DISCUSSION~~