Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\MediaWiki\Hooks\ArticleViewHeader Class Reference
Inheritance diagram for SMW\MediaWiki\Hooks\ArticleViewHeader:
Inheritance graph
[legend]
Collaboration diagram for SMW\MediaWiki\Hooks\ArticleViewHeader:
Collaboration graph
[legend]

Public Member Functions

 __construct (Store $store, NamespaceExaminer $namespaceExaminer, DependencyValidator $dependencyValidator)
 
 process (Page $page, &$outputDone, &$useParserCache)
 

Detailed Description

See also
https://www.mediawiki.org/wiki/Manual:Hooks/ArticleViewHeader

Note: This hook is not called on non-article pages (including edit pages) and it is also not called prior to outputting the edit preview.

GNU GPL v2+

Since
3.0
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\MediaWiki\Hooks\ArticleViewHeader::__construct ( Store  $store,
NamespaceExaminer  $namespaceExaminer,
DependencyValidator  $dependencyValidator 
)
Since
3.0
Parameters
Store$store
NamespaceExaminer$namespaceExaminer
DependencyValidator$dependencyLinksValidator

Member Function Documentation

◆ process()

SMW\MediaWiki\Hooks\ArticleViewHeader::process ( Page  $page,
$outputDone,
$useParserCache 
)
Since
3.0
Parameters
Page$page
boolean&$outputDone
boolean&$useParserCache
Returns
bool

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy