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

Public Member Functions

 __construct (Title $oldTitle=null, Title $newTitle=null)
 
 doUpdate ()
 

Static Public Member Functions

static addUpdate (Title $oldTitle=null, Title $newTitle=null)
 

Detailed Description

Run a deferred update job for a changed title instance to re-parse the content of those associated titles and make sure that its content (incl. any self-reference) is correctly represented.

GNU GPL v2+

Since
3.0
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\MediaWiki\Deferred\ChangeTitleUpdate::__construct ( Title  $oldTitle = null,
Title  $newTitle = null 
)
Since
3.0
Parameters
Title | null$oldTitle
Title | null$newTitle

Member Function Documentation

◆ addUpdate()

static SMW\MediaWiki\Deferred\ChangeTitleUpdate::addUpdate ( Title  $oldTitle = null,
Title  $newTitle = null 
)
static
Since
3.0
Parameters
Title | null$oldTitle
Title | null$newTitle

◆ doUpdate()

SMW\MediaWiki\Deferred\ChangeTitleUpdate::doUpdate ( )
See also
DeferrableUpdate::doUpdate
Since
3.0

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

About | General disclaimer | Privacy policy