Skip to content

Commit

Permalink
Modified link
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlbarnes committed Jul 10, 2011
1 parent fd73c6c commit 178037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -41,7 +41,7 @@ You can add a listener to an event with the register() function:

<pre><code>Events::register('event_name_here', array('class_name_or_object_ref', 'method_name'));</code></pre>

The second parameter of register() is an array that is callable via [call_user_func()](http://us2.php.net/manual/en/function.call-user-func.php "call_user_func()").
The second parameter of register() is an array that is callable via [call_user_func()](http://us2.php.net/manual/en/function.call-user-func.php "call_user_func").

You trigger an Event by calling the trigger() function:

Expand Down

0 comments on commit 178037f

Please sign in to comment.