MediaWiki
REL1_24
|
Public Member Functions | |
__construct (Page $page, ParserOptions $parserOptions, $revid, $useParserCache, $content=null) | |
doWork () | |
error ($status) | |
fallback () | |
getCachedWork () | |
getError () | |
Get a Status object in case of error or false otherwise. | |
getIsDirty () | |
Get whether the ParserOutput is a dirty one (i.e. | |
getParserOutput () | |
Get the ParserOutput from this object, or false in case of failure. | |
Private Attributes | |
string | $cacheKey |
* | |
Content null | $content = null |
* | |
Status bool | $error = false |
* | |
bool | $isDirty = false |
* | |
Page | $page |
* | |
ParserOptions | $parserOptions |
* | |
ParserOutput bool | $parserOutput = false |
* | |
int | $revid |
* |
Definition at line 21 of file PoolWorkArticleView.php.
PoolWorkArticleView::__construct | ( | Page $ | page, |
ParserOptions $ | parserOptions, | ||
$ | revid, | ||
$ | useParserCache, | ||
$ | content = null |
||
) |
Page | $page | |
ParserOptions | $parserOptions | ParserOptions to use for the parse |
int | $revid | ID of the revision being parsed. |
bool | $useParserCache | Whether to use the parser cache. operation. |
Content | string | $content | Content to parse or null to load it; may also be given as a wikitext string, for BC. |
Definition at line 47 of file PoolWorkArticleView.php.
Reimplemented from PoolCounterWork.
Definition at line 95 of file PoolWorkArticleView.php.
PoolWorkArticleView::error | ( | $ | status | ) |
Status | $status |
Reimplemented from PoolCounterWork.
Definition at line 196 of file PoolWorkArticleView.php.
Reimplemented from PoolCounterWork.
Definition at line 177 of file PoolWorkArticleView.php.
Reimplemented from PoolCounterWork.
Definition at line 162 of file PoolWorkArticleView.php.
Get a Status object in case of error or false otherwise.
Definition at line 88 of file PoolWorkArticleView.php.
Get whether the ParserOutput is a dirty one (i.e.
expired)
Definition at line 79 of file PoolWorkArticleView.php.
Get the ParserOutput from this object, or false in case of failure.
Definition at line 70 of file PoolWorkArticleView.php.
string PoolWorkArticleView::$cacheKey [private] |
*
Definition at line 24 of file PoolWorkArticleView.php.
*
Definition at line 30 of file PoolWorkArticleView.php.
*
Definition at line 36 of file PoolWorkArticleView.php.
bool PoolWorkArticleView::$isDirty = false [private] |
*
Definition at line 34 of file PoolWorkArticleView.php.
*
Definition at line 22 of file PoolWorkArticleView.php.
ParserOptions PoolWorkArticleView::$parserOptions [private] |
*
Definition at line 28 of file PoolWorkArticleView.php.
ParserOutput bool PoolWorkArticleView::$parserOutput = false [private] |
*
Definition at line 32 of file PoolWorkArticleView.php.
int PoolWorkArticleView::$revid [private] |
*
Definition at line 26 of file PoolWorkArticleView.php.