Public Member Functions | |
getContentUri ($oCont, $iLang=null, $blRegenerate=false) | |
getContentUrl ($oCont, $iLang=null) | |
onDeleteContent ($sId) | |
Protected Member Functions | |
_getUrlExtension () |
Seo encoder base
Definition at line 7 of file oxseoencodercontent.php.
oxSeoEncoderContent._getUrlExtension | ( | ) | [protected] |
Returns target "extension" (/)
Reimplemented from oxSeoEncoder.
Definition at line 15 of file oxseoencodercontent.php.
oxSeoEncoderContent.getContentUri | ( | $ | oCont, | |
$ | iLang = null , |
|||
$ | blRegenerate = false | |||
) |
Returns SEO uri for content object. Includes parent category path info if content is assigned to it
oxcontent | $oCont content category object | |
int | $iLang language | |
bool | $blRegenerate if TRUE forces seo url regeneration |
Definition at line 30 of file oxseoencodercontent.php.
oxSeoEncoderContent.getContentUrl | ( | $ | oCont, | |
$ | iLang = null | |||
) |
encodeContentUrl encodes content link
oxContent | $oCont category object | |
int | $iLang language |
Definition at line 75 of file oxseoencodercontent.php.
oxSeoEncoderContent.onDeleteContent | ( | $ | sId | ) |
deletes content seo entries
string | $sId content ids |
Definition at line 89 of file oxseoencodercontent.php.