[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/plugins/search/weblinks/ -> weblinks.php (summary)

(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.txt
File Size: 193 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 components/com_weblinks/helpers/route.php

Defines 1 class

plgSearchWeblinks:: (3 methods):
  __construct()
  onContentSearchAreas()
  onContentSearch()


Class: plgSearchWeblinks  - X-Ref

Weblinks Search plugin

__construct(& $subject, $config)   X-Ref
Constructor

param: object  $subject The object to observe
param: array   $config  An array that holds the plugin configuration

onContentSearchAreas()   X-Ref

return: array An array of search areas

onContentSearch($text, $phrase='', $ordering='', $areas=null)   X-Ref
Weblink Search method

The sql must return the following fields that are used in a common display
routine: href, title, section, created, text, browsernav
param: string Target search string
param: string mathcing option, exact|any|all
param: string ordering option, newest|oldest|popular|alpha|category
param: mixed An array if the search it to be restricted to areas, null if search all



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1