Static Public Member Functions | |
| static | getPath ($name) |
Definition at line 26 of file aliroJoomla.php.
| static JApplicationHelper::getPath | ( | $ | name | ) | [static] |
Definition at line 27 of file aliroJoomla.php.
References $mainframe, and mosMainFrame::getInstance().
00027 { 00028 $mainframe = mosMainFrame::getInstance(); 00029 return $mainframe->getPath($name); 00030 }
1.5.5