MediaWiki 1.42.1
|
A parser that translates page titles into ForeignTitle objects. More...
Inherited by MediaWiki\Title\NaiveForeignTitleFactory, and MediaWiki\Title\NamespaceAwareForeignTitleFactory.
Public Member Functions | |
createForeignTitle ( $title, $ns=null) | |
Create a ForeignTitle object. | |
A parser that translates page titles into ForeignTitle objects.
Definition at line 26 of file ForeignTitleFactory.php.
MediaWiki\Title\ForeignTitleFactory::createForeignTitle | ( | $title, | |
$ns = null ) |
Create a ForeignTitle object.
Based on the page title and optionally the namespace ID, of a page on a foreign wiki. These values could be, for example, the <title>
and <ns>
attributes found in an XML dump.
string | $title | The page title |
int | null | $ns | The namespace ID, or null if this data is not available |
Implemented in MediaWiki\Title\NaiveForeignTitleFactory, and MediaWiki\Title\NamespaceAwareForeignTitleFactory.