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

Public Member Functions

 __construct (NamespaceExaminer $namespaceExaminer)
 
 process ( $oldTitle, $newTitle, $user, $oldId, $newId)
 

Detailed Description

TitleMoveComplete occurs whenever a request to move an article is completed

This method will be called whenever an article is moved so that semantic properties are moved accordingly.

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

GNU GPL v2+

Since
1.9
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\MediaWiki\Hooks\TitleMoveComplete::__construct ( NamespaceExaminer  $namespaceExaminer)
Since
1.9
Parameters
NamespaceExaminer$namespaceExaminer

Member Function Documentation

◆ process()

SMW\MediaWiki\Hooks\TitleMoveComplete::process (   $oldTitle,
  $newTitle,
  $user,
  $oldId,
  $newId 
)
Since
1.9
Parameters
$oldTitle
$newTitle
$user
$oldId
$newId
Returns
true

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

About | General disclaimer | Privacy policy