\TagsHelperRoute
Tags Component Route Helper
Synopsis
class TagsHelperRoute
extends JHelperRoute
{
- // members
- protected $lookup;
- // Inherited members from JHelperRoute
- protected $lookup;
- protected $lang_lookup;
- protected $extension;
- protected $id;
- protected $view;
- // methods
- public static string getItemRoute()
- public static string getTagRoute()
- protected static void _findItem()
- // Inherited methods from JHelperRoute
- public string getRoute()
- protected mixed findItem()
- public static string getCategoryRoute()
- protected static void buildLanguageLookup()
- protected static mixed lookupItem()
Hierarchy
Extends
Members
protected
- $extension — string
- $id — string
- $lang_lookup — array
- $lookup
- $lookup — array
- $view — string
Methods
protected
public
- getItemRoute() — Tries to load the router for the component and calls it. Otherwise uses getTagRoute.
- getTagRoute() — Tries to load the router for the component and calls it. Otherwise calls getRoute.
Inherited from JHelperRoute
protected
- buildLanguageLookup() — Builds the language lookup array
- findItem() — Method to find the item in the menu structure
- lookupItem() — Static alias to findItem() used to find the item in the menu structure
public
- getCategoryRoute() — Fetches the category route
- getRoute() — A method to get the route for a specific item