MediaWiki  REL1_23
PageLinkRenderer.php
Go to the documentation of this file.
00001 <?php
00033 interface PageLinkRenderer {
00034 
00045     public function getPageUrl( TitleValue $page, $params = array() );
00046 
00057     public function renderHtmlLink( TitleValue $page, $text = null );
00058 
00067     public function renderWikitextLink( TitleValue $page, $text = null );
00068 
00069 }