use Joomla\Registry\Registry;
defined('JPATH_BASE') or die;
use Joomla\Registry\Registry;
JLoader::register('TagsHelperRoute', JPATH_BASE . '/components/com_tags/helpers/route.php');
Checked in
github
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-09 13:35:04 |
Labels |
Added:
?
|
The line is fine. That line tells PHP to load a namespaced class into a file for use without needing to always use the fully qualified class name. Please see http://php.net/manual/en/language.namespaces.php for more details.