MediaWiki  REL1_24
TitleParser.php
Go to the documentation of this file.
00001 <?php
00033 interface TitleParser {
00046     public function parseTitle( $text, $defaultNamespace );
00047 }