| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: joomla.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 111 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
plgXMLRPCJoomla:: (2 methods):
plgXMLRPCJoomla()
onGetWebServices()
plgXMLRPCJoomlaServices:: (1 method):
searchSite()
Class: plgXMLRPCJoomla - X-Ref
Joomla! Base XML-RPC Plugin| plgXMLRPCJoomla(& $subject, $config) X-Ref |
| Constructor For php4 compatability we must not use the __constructor as a constructor for plugins because func_get_args ( void ) returns a copy of all passed arguments NOT references. This causes problems with cross-referencing necessary for the observer design pattern. param: object $subject The object to observe param: object $params The object that holds the plugin parameters |
| onGetWebServices() X-Ref |
| Get available web services for this plugin return: array Array of web service descriptors |
Class: plgXMLRPCJoomlaServices - X-Ref
| searchSite($searchword, $phrase='', $order='') X-Ref |
| Remote 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 return: array Search Results |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |