MediaWiki REL1_32
TitleParser.php
Go to the documentation of this file.
1<?php
33interface TitleParser {
46 public function parseTitle( $text, $defaultNamespace = NS_MAIN );
47}
const NS_MAIN
Definition Defines.php:64
A title parser service for MediaWiki.
parseTitle( $text, $defaultNamespace=NS_MAIN)
Parses the given text and constructs a TitleValue.