MediaWiki
1.34.0
ImportTitleFactory.php
Go to the documentation of this file.
1
<?php
25
interface
ImportTitleFactory
{
34
public
function
createTitleFromForeignTitle
(
ForeignTitle
$foreignTitle );
35
}
ImportTitleFactory
Represents an object that can convert page titles on a foreign wiki (ForeignTitle objects) into page ...
Definition:
ImportTitleFactory.php:25
ImportTitleFactory\createTitleFromForeignTitle
createTitleFromForeignTitle(ForeignTitle $foreignTitle)
Determines which local title best corresponds to the given foreign title.
ForeignTitle
A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation.
Definition:
ForeignTitle.php:28
includes
title
ImportTitleFactory.php
Generated on Thu Dec 19 2019 14:55:03 for MediaWiki by
1.8.16