|
OXID eShop CE
4.8.10
|
Inheritance diagram for oxSeoEncoderContent:
Collaboration diagram for oxSeoEncoderContent:Public Member Functions | |
| getContentUri ($oCont, $iLang=null, $blRegenerate=false) | |
| getContentUrl ($oCont, $iLang=null) | |
| onDeleteContent ($sId) | |
Public Member Functions inherited from oxSeoEncoder | |
| addLanguageParam ($sSeoUrl, $iLang) | |
| __construct () | |
| getDynamicObjectId ($iShopId, $sStdUrl) | |
| encodeString ($sString, $blReplaceChars=true, $iLang=false) | |
| setSeparator ($sSeparator=null) | |
| setPrefix ($sPrefix) | |
| setIdLength ($iIdlength=null) | |
| setReservedWords ($aReservedWords) | |
| markAsExpired ($sId, $iShopId=null, $iExpStat=1, $iLang=null, $sParams=null) | |
| encodeStaticUrls ($aStaticUrl, $iShopId, $iLang) | |
| copyStaticUrls ($iShopId) | |
| getStaticUrl ($sStdUrl, $iLang=null, $iShopId=null) | |
| addSeoEntry ($sObjectId, $iShopId, $iLang, $sStdUrl, $sSeoUrl, $sType, $blFixed=1, $sKeywords= '', $sDescription= '', $sParams= '', $blExclude=false, $sAltObjectId=null) | |
| deleteSeoEntry ($sObjectId, $iShopId, $iLang, $sType) | |
| getMetaData ($sObjectId, $sMetaType, $iShopId=null, $iLang=null) | |
| getDynamicUrl ($sStdUrl, $sSeoUrl, $iLang) | |
| fetchSeoUrl ($sStdUrl, $iLanguage=null) | |
Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Static Public Member Functions | |
| static | getInstance () |
Protected Member Functions | |
| _getUrlExtension () | |
| _getAltUri ($sObjectId, $iLang) | |
Protected Member Functions inherited from oxSeoEncoder | |
| _processSeoUrl ($sSeoUrl, $sObjectId=null, $iLang=null, $blExclude=false) | |
| _copyToHistory ($sId, $iShopId, $iLang, $sType=null, $sNewId=null) | |
| _getDynamicUri ($sStdUrl, $sSeoUrl, $iLang) | |
| _getFullUrl ($sSeoUrl, $iLang=null, $blSsl=false) | |
| _getSeoIdent ($sSeoUrl) | |
| _getStaticUri ($sStdUrl, $iShopId, $iLang) | |
| _getUniqueSeoUrl ($sSeoUrl, $sObjectId=null, $iObjectLang=null) | |
| _isFixed ($sType, $sId, $iLang, $iShopId=null, $sParams=null, $blStrictParamsCheck=true) | |
| _getCacheKey ($sType, $iLang=null, $iShopId=null, $sParams=null) | |
| _loadFromCache ($sCacheIdent, $sType, $iLang=null, $iShopId=null, $sParams=null) | |
| _saveInCache ($sCacheIdent, $sCache, $sType, $iLang=null, $iShopId=null, $sParams=null) | |
| _loadFromDb ($sType, $sId, $iLang, $iShopId=null, $sParams=null, $blStrictParamsCheck=true) | |
| _getReservedEntryKeys () | |
| _prepareUri ($sUri, $iLang=false) | |
| _prepareTitle ($sTitle, $blSkipTruncate=false, $iLang=false) | |
| _saveToDb ($sType, $sObjectId, $sStdUrl, $sSeoUrl, $iLang, $iShopId=null, $blFixed=null, $sParams=null) | |
| _trimUrl ($sUrl, $iLang=null) | |
| _getMaxUrlLength () | |
| _getPageUri ($oObject, $sType, $sStdUrl, $sSeoUrl, $sParams, $iLang=null, $blFixed=false) | |
| _getStaticObjectId ($iShopId, $sStdUrl) | |
Static Protected Attributes | |
| static | $_instance = null |
Static Protected Attributes inherited from oxSeoEncoder | |
| static | $_aReservedWords = array( 'admin' ) |
| static | $_aReservedEntryKeys = null |
| static | $_sSeparator = null |
| static | $_sPrefix = null |
| static | $_instance = null |
| static | $_aFixedCache = array() |
| static | $_sCacheKey = null |
| static | $_aCache = array() |
Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null |
| static | $_oSession = null |
| static | $_oRights = null |
| static | $_oActUser = null |
| static | $_blIsAdmin = null |
Additional Inherited Members | |
Protected Attributes inherited from oxSeoEncoder | |
| $_iIdLength = 255 | |
| $_sAddParams = null | |
| $_iMaxUrlLength = null | |
Seo encoder base
Definition at line 7 of file oxseoencodercontent.php.
|
protected |
Returns alternative uri used while updating seo
| string | $sObjectId | object id |
| int | $iLang | language id |
Reimplemented from oxSeoEncoder.
Definition at line 122 of file oxseoencodercontent.php.
|
protected |
Returns target "extension" (/)
Reimplemented from oxSeoEncoder.
Definition at line 31 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 46 of file oxseoencodercontent.php.
| oxSeoEncoderContent::getContentUrl | ( | $oCont, | |
$iLang = null |
|||
| ) |
encodeContentUrl encodes content link
| oxContent | $oCont | category object |
| int | $iLang | language |
public
Definition at line 91 of file oxseoencodercontent.php.
|
static |
Singleton method
Reimplemented from oxSeoEncoder.
Definition at line 21 of file oxseoencodercontent.php.
| oxSeoEncoderContent::onDeleteContent | ( | $sId | ) |
deletes content seo entries
| string | $sId | content ids |
Definition at line 106 of file oxseoencodercontent.php.
|
staticprotected |
Singleton instance.
Definition at line 12 of file oxseoencodercontent.php.