45 $pieces = explode(
':', $title, 2 );
59 $isNamespacePartValid = is_null( $ns )
60 ? MediaWikiServices::getInstance()->getContentLanguage()->getNsIndex( $pieces[0] ) !==
64 if ( count( $pieces ) === 2 && $isNamespacePartValid ) {
65 list( $namespaceName, $pageName ) = $pieces;
71 return new ForeignTitle( $ns, $namespaceName, $pageName );
A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation.
A parser that translates page titles on a foreign wiki into ForeignTitle objects, with no knowledge o...
createForeignTitle( $title, $ns=null)
Creates a ForeignTitle object based on the page title, and optionally the namespace ID,...
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
namespace and then decline to actually register it file or subcat img or subcat $title
processing should stop and the error should be shown to the user * false
A parser that translates page titles into ForeignTitle objects.