On 07/12/11 12:32, Daniel Barrett wrote: > A variant $parser->addTrackingCategory($msg, $args...) would work > great if it existed.
Parser::addTrackingCategory() is protected, so you will have to duplicate it before you can use it in your extension. It only calls public functions, so it is possible to duplicate in a foreign class. You can add arguments to the copy. -- Tim Starling _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
