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