OXID eShop CE
4.9.6
|
Public Member Functions | |
getLink ($iLang=null) | |
getStdLink ($iLang=null, $aParams=array()) | |
getBaseStdLink ($iLang, $blAddId=true, $blFull=true) |
Interface for object URLs getters
Definition at line 7 of file oxiurl.php.
oxIUrl::getBaseStdLink | ( | $iLang, | |
$blAddId = true , |
|||
$blFull = true |
|||
) |
Returns base dynamic url: e.g. shopurl/index.php?cl=details&anid=artid
int | $iLang | language id |
bool | $blAddId | add current object id to url or not |
bool | $blFull | return full including domain name [optional] |
Implemented in oxArticle, oxCategory, oxRecommList, oxSimpleVariant, oxContent, oxManufacturer, and oxVendor.
oxIUrl::getLink | ( | $iLang = null | ) |
Returns object URL. If SEO if ON returned link will be in SEO form, else URL will have dynamic form
int | $iLang | language id [optional] |
Implemented in oxCategory, oxRecommList, oxSimpleVariant, oxContent, oxManufacturer, and oxVendor.
oxIUrl::getStdLink | ( | $iLang = null , |
|
$aParams = array() |
|||
) |
Returns standard (dynamic) object URL
int | $iLang | language id [optional] |
array | $aParams | additional params to use [optional] |
Implemented in oxArticle, oxCategory, oxRecommList, oxSimpleVariant, oxContent, oxManufacturer, and oxVendor.