MediaWiki  REL1_24
PageLinkRenderer.php
Go to the documentation of this file.
00001 <?php
00033 interface PageLinkRenderer {
00044     public function getPageUrl( TitleValue $page, $params = array() );
00045 
00056     public function renderHtmlLink( TitleValue $page, $text = null );
00057 
00066     public function renderWikitextLink( TitleValue $page, $text = null );
00067 }