| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE |
| File Size: | 163 lines (4 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
FinderHelperRoute:: (3 methods):
getSearchRoute()
getAdvancedRoute()
getItemid()
Class: FinderHelperRoute - X-Ref
Finder route helper class.| getSearchRoute($f = null, $q = null) X-Ref |
| Method to get the route for a search page. param: integer $f The search filter id. [optional] param: string $q The search query string. [optional] return: string The search route. |
| getAdvancedRoute($f = null, $q = null) X-Ref |
| Method to get the route for an advanced search page. param: integer $f The search filter id. [optional] param: string $q The search query string. [optional] return: string The advanced search route. |
| getItemid($query) X-Ref |
| Method to get the most appropriate menu item for the route based on the supplied query needles. param: array $query An array of URL parameters. return: mixed An integer on success, null otherwise. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |