Public Member Functions | |
getVendorUri ($oVendor, $iLang=null, $blRegenerate=false) | |
getVendorPageUrl ($oVendor, $iPage, $iLang=null, $blFixed=null) | |
getVendorUrl ($oVendor, $iLang=null) | |
onDeleteVendor ($oVendor) | |
Protected Member Functions | |
_getUrlExtension () | |
_getAltUri ($sObjectId, $iLang) | |
Protected Attributes | |
$_aRootVendorUri = null |
Seo encoder base
Definition at line 7 of file oxseoencodervendor.php.
oxSeoEncoderVendor._getAltUri | ( | $ | sObjectId, | |
$ | iLang | |||
) | [protected] |
Returns alternative uri used while updating seo
string | $sObjectId object id | |
int | $iLang language id |
Reimplemented from oxSeoEncoder.
Definition at line 136 of file oxseoencodervendor.php.
oxSeoEncoderVendor._getUrlExtension | ( | ) | [protected] |
Returns target "extension" (/)
Reimplemented from oxSeoEncoder.
Definition at line 22 of file oxseoencodervendor.php.
oxSeoEncoderVendor.getVendorPageUrl | ( | $ | oVendor, | |
$ | iPage, | |||
$ | iLang = null , |
|||
$ | blFixed = null | |||
) |
Returns vendor SEO url for specified page
oxvendor | $oVendor vendor object | |
int | $iPage page tu prepare number | |
int | $iLang language | |
bool | $blFixed fixed url marker (default is null) |
Definition at line 80 of file oxseoencodervendor.php.
oxSeoEncoderVendor.getVendorUri | ( | $ | oVendor, | |
$ | iLang = null , |
|||
$ | blRegenerate = false | |||
) |
Returns part of SEO url excluding path
oxVendor | $oVendor vendor object | |
int | $iLang language | |
bool | $blRegenerate if TRUE forces seo url regeneration |
Definition at line 36 of file oxseoencodervendor.php.
oxSeoEncoderVendor.getVendorUrl | ( | $ | oVendor, | |
$ | iLang = null | |||
) |
Encodes vendor categoru URLs into SEO format
oxvendor | $oVendor Vendor object | |
int | $iLang language |
Definition at line 106 of file oxseoencodervendor.php.
oxSeoEncoderVendor.onDeleteVendor | ( | $ | oVendor | ) |
Deletes Vendor seo entry
oxvendor | $oVendor Vendor object |
Definition at line 120 of file oxseoencodervendor.php.
oxSeoEncoderVendor.$_aRootVendorUri = null [protected] |
Definition at line 15 of file oxseoencodervendor.php.