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