Class icms_Event
icms_Event class definition
Category:
ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org
License: GNU General Public License (GPL)
Version: SVN: $Id$
Located at Event.php
Copyright: The ImpressCMS Project http://www.impresscms.org
License: GNU General Public License (GPL)
Version: SVN: $Id$
Located at Event.php
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public
|
protected static
array
|
$handlers
Registered event handlers |
#
array()
|
protected static
array
|
$events
Events currently being processed |
#
array()
|
public
string
|
$namespace
Namespace this event belongs to. |
#
""
|
public
string
|
$name
Name of this event |
#
""
|
public
object
|
$source
Object that fired this event. |
|
public
array()
|
$parameters
Parameters |
#
array()
|
public
boolean
|
$canCancel
Whether this event can be canceled or not. |
#
false
|
public
boolean
|
$canceled
Whether this event has been canceled or not. |
#
false
|