| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Application |
JApplication |
getPathWay |
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.
JPathway &getPathWay ()
Example
global $mainframe; $pathway = $mainframe->getPathWay();
will result in a reference to the application pathway object being stored in the $pathway variable.