mw/ApiRequest~PHPParseRequest(env, title, text, onlypstopt, queueKeyopt)

Show:

new PHPParseRequest(env, title, text, onlypstopt, queueKeyopt)

Gets the PHP parser to parse content for us.

Gets the PHP parser to parse content for us. Used for handling extension content right now. And, probably magic words later on.

Parameters:
Name Type Attributes Description
env MWParserEnvironment
title string

The title of the page to use as context.

text string
onlypst boolean <optional>

Pass onlypst to PHP parser.

queueKey string <optional>

The queue key.

Source:

Extends