Class TagsHelperRoute

Description

Tags Component Route Helper

  • since: 3.1

Located in /components/com_tags/helpers/route.php (line 20)

JHelperRoute
   |
   --TagsHelperRoute
Variable Summary
 static mixed $lookup
Method Summary
 static string getItemRoute (integer $contentItemId, string $contentItemAlias, integer $contentCatId, string $language, string $typeAlias, string $routerName)
 static string getTagRoute (integer $id)
 static void _findItem ([ $needles = null])
Variables
static mixed $lookup (line 22)
  • access: protected

Redefinition of:
JHelperRoute::$lookup

Inherited Variables

Inherited from JHelperRoute

JHelperRoute::$extension
JHelperRoute::$id
JHelperRoute::$lang_lookup
JHelperRoute::$view
Methods
static getItemRoute (line 38)

Tries to load the router for the component and calls it. Otherwise uses getTagRoute.

  • return: URL link to pass to JRoute
  • since: 3.1
  • access: public
static string getItemRoute (integer $contentItemId, string $contentItemAlias, integer $contentCatId, string $language, string $typeAlias, string $routerName)
  • integer $contentItemId: Component item id
  • string $contentItemAlias: Component item alias
  • integer $contentCatId: Component item category id
  • string $language: Component item language
  • string $typeAlias: Component type alias
  • string $routerName: Component router
static getTagRoute (line 78)

Tries to load the router for the component and calls it. Otherwise calls getRoute.

  • return: URL link to pass to JRoute
  • since: 3.1
  • access: public
static string getTagRoute (integer $id)
  • integer $id: The ID of the tag
static _findItem (line 103)
  • access: protected
static void _findItem ([ $needles = null])
  • $needles

Inherited Methods

Inherited From JHelperRoute

 JHelperRoute::getRoute()

Documentation generated on Tue, 19 Nov 2013 15:12:18 +0100 by phpDocumentor 1.4.3