[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/system/legacy/ -> mambothandler.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: mambothandler.php 14401 2010-01-26 14:10:00Z louis $
File Size: 82 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mosMambotHandler:: (5 methods):
  __construct()
  loadBotGroup()
  loadBot()
  registerFunction()
  call()


Class: mosMambotHandler  - X-Ref

Legacy class, use {@link JDispatcher} instead

__construct()   X-Ref
No description

loadBotGroup( $group )   X-Ref
Loads all the bot files for a particular group

param: string The group name, relates to the sub-directory in the plugins directory

loadBot( $folder, $element, $published, $params='' )   X-Ref
Loads the bot file

param: string The folder (group)
param: string The elements (name of file without extension)
param: int Published state
param: string The params for the bot

registerFunction( $event, $function )   X-Ref
Registers a function to a particular event group

param: string The event name
param: string The function name

call($event)   X-Ref
Deprecated, use {@link JDispatcher::trigger() JDispatcher->trigger()} instead and handle return values
in your code

param: string The event name



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1