

Definition at line 7 of file oxseoencodervendor.php.
Public Member Functions | |
| getVendorUri ($oVendor, $iLang=null) | |
| getVendorPageUrl ($oVendor, $iPage, $iLang=null, $blFixed=false) | |
| getVendorUrl ($oVendor, $iLang=null) | |
| onDeleteVendor ($oVendor) | |
Static Public Member Functions | |
| static | getInstance () |
Static Protected Attributes | |
| static | $_instance = null |
| static oxSeoEncoderVendor.getInstance | ( | ) | [static] |
Singleton method
Reimplemented from oxSeoEncoder.
Definition at line 19 of file oxseoencodervendor.php.
| oxSeoEncoderVendor.getVendorUri | ( | $ | oVendor, | |
| $ | iLang = null | |||
| ) |
Returns part of SEO url excluding path
| oxVendor | $oVendor vendor object | |
| int | $iLang language |
Definition at line 35 of file oxseoencodervendor.php.
| oxSeoEncoderVendor.getVendorPageUrl | ( | $ | oVendor, | |
| $ | iPage, | |||
| $ | iLang = null, |
|||
| $ | blFixed = false | |||
| ) |
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 false) |
Definition at line 77 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 99 of file oxseoencodervendor.php.
| oxSeoEncoderVendor.onDeleteVendor | ( | $ | oVendor | ) |
Deletes Vendor seo entry
| oxvendor | $oVendor Vendor object |
Definition at line 114 of file oxseoencodervendor.php.
oxSeoEncoderVendor.$_instance = null [static, protected] |
Singleton instance.
Reimplemented from oxSeoEncoder.
Definition at line 12 of file oxseoencodervendor.php.
1.5.5