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