Public Member Functions | |
getContentUrl ($oCont, $iLang=null) | |
onDeleteContent ($sId) | |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
_getUrlExtension () | |
_getContentUri ($oCont, $iLang=null, $blRegenerate=false) | |
_getAltUri ($sObjectId, $iLang) | |
Static Protected Attributes | |
static | $_instance = null |
Seo encoder base
Definition at line 7 of file oxseoencodercontent.php.
oxSeoEncoderContent._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 oxseoencodercontent.php.
oxSeoEncoderContent._getContentUri | ( | $ | oCont, | |
$ | iLang = null , |
|||
$ | blRegenerate = false | |||
) | [protected] |
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 60 of file oxseoencodercontent.php.
oxSeoEncoderContent._getUrlExtension | ( | ) | [protected] |
Returns target "extension" (/)
Reimplemented from oxSeoEncoder.
Definition at line 45 of file oxseoencodercontent.php.
oxSeoEncoderContent.getContentUrl | ( | $ | oCont, | |
$ | iLang = null | |||
) |
encodeContentUrl encodes content link
oxContent | $oCont category object | |
int | $iLang language |
public
Definition at line 105 of file oxseoencodercontent.php.
static oxSeoEncoderContent.getInstance | ( | ) | [static] |
Singleton method
Reimplemented from oxSeoEncoder.
Definition at line 19 of file oxseoencodercontent.php.
oxSeoEncoderContent.onDeleteContent | ( | $ | sId | ) |
deletes content seo entries
string | $sId content ids |
Definition at line 120 of file oxseoencodercontent.php.
oxSeoEncoderContent.$_instance = null [static, protected] |
Singleton instance.
Reimplemented from oxSeoEncoder.
Definition at line 12 of file oxseoencodercontent.php.