allow events without arguments
This commit is contained in:
parent
175f1e7395
commit
dce975e33b
|
@ -98,7 +98,7 @@ class Event {
|
||||||
* on results of handlers.
|
* on results of handlers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static function handle($name, $args) {
|
public static function handle($name, $args=array()) {
|
||||||
$result = null;
|
$result = null;
|
||||||
if (array_key_exists($name, Event::$_handlers)) {
|
if (array_key_exists($name, Event::$_handlers)) {
|
||||||
foreach (Event::$_handlers[$name] as $handler) {
|
foreach (Event::$_handlers[$name] as $handler) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user