Public Member Functions

oxIUrl Interface Reference

Inheritance diagram for oxIUrl:

List of all members.

Public Member Functions

 getLink ($iLang=null)
 getStdLink ($iLang=null, $aParams=array())
 getBaseStdLink ($iLang, $blAddId=true, $blFull=true)

Detailed Description

Interface for object URLs getters

Definition at line 7 of file oxiurl.php.


Member Function Documentation

oxIUrl.getBaseStdLink ( iLang,
blAddId = true,
blFull = true 
)

Returns base dynamic url: e.g. shopurl/index.php?cl=details&anid=artid

Parameters:
int $iLang language id
bool $blAddId add current object id to url or not
bool $blFull return full including domain name [optional]
Returns:
string

Implemented in oxArticle, oxCategory, oxContent, oxManufacturer, oxRecommList, oxSimpleVariant, 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

Parameters:
int $iLang language id [optional]
Returns:
string

Implemented in oxCategory, oxContent, oxManufacturer, oxRecommList, oxSimpleVariant, and oxVendor.

oxIUrl.getStdLink ( iLang = null,
aParams = array() 
)

Returns standard (dynamic) object URL

Parameters:
int $iLang language id [optional]
array $aParams additional params to use [optional]
Returns:
string

Implemented in oxArticle, oxCategory, oxContent, oxManufacturer, oxRecommList, oxSimpleVariant, and oxVendor.


The documentation for this interface was generated from the following file: