OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxiurl.php
Go to the documentation of this file.
1 <?php
2 
7 interface oxIUrl
8 {
9 
18  public function getLink($iLang = null);
19 
28  public function getStdLink($iLang = null, $aParams = array());
29 
39  public function getBaseStdLink($iLang, $blAddId = true, $blFull = true);
40 }