Last modified: 2007-04-02 06:34:15 UTC
Why is it not possible for $wgExtensionFunctions to accept an object/method array? E.g. $wgExtensionFunctions[] = array($wgMyObject, 'Initialise'); If there is no technical reason for this then I think it would be a useful addition, and enable extension writers to encapsulate all extension code into a single object.
Seems to be working in r20902.