MediaWiki master
ForeignTitleFactory.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Title;
22
38 public function createForeignTitle( $title, $ns = null );
39}
40
42class_alias( ForeignTitleFactory::class, 'ForeignTitleFactory' );
A parser that translates page titles into ForeignTitle objects.
createForeignTitle( $title, $ns=null)
Create a ForeignTitle object.