[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/poolcounter/ -> PoolWorkArticleView.php (summary)

(no description)

File Size: 208 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PoolWorkArticleView:: (8 methods):
  __construct()
  getParserOutput()
  getIsDirty()
  getError()
  doWork()
  getCachedWork()
  fallback()
  error()


Class: PoolWorkArticleView  - X-Ref

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
http://www.gnu.org/copyleft/gpl.html

__construct( Page $page, ParserOptions $parserOptions,$revid, $useParserCache, $content = null)   X-Ref

param: Page $page
param: ParserOptions $parserOptions ParserOptions to use for the parse
param: int $revid ID of the revision being parsed.
param: bool $useParserCache Whether to use the parser cache.
param: Content|string $content Content to parse or null to load it; may

getParserOutput()   X-Ref
Get the ParserOutput from this object, or false in case of failure

return: ParserOutput

getIsDirty()   X-Ref
Get whether the ParserOutput is a dirty one (i.e. expired)

return: bool

getError()   X-Ref
Get a Status object in case of error or false otherwise

return: Status|bool

doWork()   X-Ref

return: bool

getCachedWork()   X-Ref

return: bool

fallback()   X-Ref

return: bool

error( $status )   X-Ref

param: Status $status
return: bool



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1