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