r44703 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44702‎ | r44703 | r44704 >
Date:07:05, 17 December 2008
Author:david
Status:reverted (Comments)
Tags:
Comment:
wfInvoke documentation fix
Modified paths:
  • /trunk/phase3/includes/Hooks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Hooks.php
@@ -95,6 +95,8 @@
9696
9797 /*
9898 * Invoke a function dynamically.
 99+ * $event is the name of the invocation; this is used if the hook specifies
 100+ * an object but no method name; 'on$event' is then invoked on the object.
99101 * $hook can be: a function, an object, an array of $function and $data,
100102 * an array of just a function, an array of object and method, or an
101103 * array of object, method, and data.

Follow-up revisions

RevisionCommit summaryAuthorDate
r44960Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) ...brion18:08, 23 December 2008

Comments

#Comment by Brion VIBBER (talk | contribs)   18:09, 23 December 2008

Reverted in r44960

Status & tagging log