oxiurl.php

Go to the documentation of this file.
00001 <?php
00002 
00007 interface oxIUrl
00008 {
00017     public function getLink( $iLang = null );
00018 
00027     public function getStdLink( $iLang = null, $aParams = array() );
00028 
00038     public function getBaseStdLink( $iLang, $blAddId = true, $blFull = true );
00039 }