| [ 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: dispatcher.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 194 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JDispatcher:: (3 methods):
__construct()
register()
trigger()
Class: JDispatcher - X-Ref
Class to handle dispatching of events.| __construct() X-Ref |
| Constructor |
| register($event, $handler) X-Ref |
| No description |
| trigger($event, $args = null, $doUnpublished = false) X-Ref |
| Triggers an event by dispatching arguments to all observers that handle the event and returning their return values. param: string $event The event name param: array $args An array of arguments param: boolean $doUnpublished [DEPRECATED] return: array An array of results from each function call |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |