On Wed, Sep 8, 2010 at 3:07 PM, Daniel Barrett <[email protected]> wrote:
> What is the simplest, correct way to create a new Parser object with the same 
> initialization as the current Parser object (e.g., $wgParser)?   An actual 
> code fragment would be great.
>

$myParser = clone $wgParser;

Or am I missing something here?

-Chad

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to