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