MediaWiki REL1_34
ForeignTitleFactory.php
Go to the documentation of this file.
1<?php
34 public function createForeignTitle( $title, $ns = null );
35}
A parser that translates page titles into ForeignTitle objects.
createForeignTitle( $title, $ns=null)
Creates a ForeignTitle object based on the page title, and optionally the namespace ID,...