MediaWiki master
ForeignTitleFactory.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Title;
8
24 public function createForeignTitle( $title, $ns = null );
25}
26
28class_alias( ForeignTitleFactory::class, 'ForeignTitleFactory' );
A parser that translates page titles into ForeignTitle objects.
createForeignTitle( $title, $ns=null)
Create a ForeignTitle object.