Class FinderHelperRoute

Description

Finder route helper class.

  • since: 2.5

Located in /components/com_finder/helpers/route.php (line 21)


	
			
Method Summary
static string getAdvancedRoute ([integer $f = null], [string $q = null])
static mixed getItemid (array $query)
static string getSearchRoute ([integer $f = null], [string $q = null])
Methods
static method getAdvancedRoute (line 73)

Method to get the route for an advanced search page.

  • return: The advanced search route.
  • since: 2.5
  • access: public
static string getAdvancedRoute ([integer $f = null], [string $q = null])
  • integer $f: The search filter id. [optional]
  • string $q: The search query string. [optional]
static method getItemid (line 113)

Method to get the most appropriate menu item for the route based on the supplied query needles.

  • return: An integer on success, null otherwise.
  • since: 2.5
  • access: public
static mixed getItemid (array $query)
  • array $query: An array of URL parameters.
static method getSearchRoute (line 33)

Method to get the route for a search page.

  • return: The search route.
  • since: 2.5
  • access: public
static string getSearchRoute ([integer $f = null], [string $q = null])
  • integer $f: The search filter id. [optional]
  • string $q: The search query string. [optional]

Documentation generated on Mon, 25 Jun 2012 13:59:17 -0500 by phpDocumentor 1.4.4