Class FinderHelperRoute

Description

Finder route helper class.

  • since: 2.5

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


	
			
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 getAdvancedRoute (line 71)

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 getItemid (line 111)

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 getSearchRoute (line 31)

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 Tue, 19 Nov 2013 15:12:21 +0100 by phpDocumentor 1.4.3