MediaWiki REL1_34
ImportTitleFactory.php
Go to the documentation of this file.
1<?php
34 public function createTitleFromForeignTitle( ForeignTitle $foreignTitle );
35}
A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation.
Represents an object that can convert page titles on a foreign wiki (ForeignTitle objects) into page ...
createTitleFromForeignTitle(ForeignTitle $foreignTitle)
Determines which local title best corresponds to the given foreign title.