|
OXID eShop CE
4.9.7
|
Inheritance diagram for oxSeoEncoderCategory:
Collaboration diagram for oxSeoEncoderCategory:Public Member Functions | |
| getCategoryUri ($oCat, $iLang=null, $blRegenerate=false) | |
| getCategoryPageUrl ($oCategory, $iPage, $iLang=null, $blFixed=null) | |
| getCategoryUrl ($oCategory, $iLang=null) | |
| markRelatedAsExpired ($oCategory) | |
| onDeleteCategory ($oCategory) | |
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) | |
Protected Member Functions | |
| _getUrlExtension () | |
| _categoryUrlLoader ($oCat, $iLang) | |
| _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) | |
Protected Attributes | |
| $_aCatCache = array() | |
Protected Attributes inherited from oxSeoEncoder | |
| $_iIdLength = 255 | |
| $_sAddParams = null | |
| $_iMaxUrlLength = null | |
Private Member Functions | |
| _getCategoryCacheId ($oCat, $iLang) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSeoEncoder | |
| static | $_aReservedWords = array('admin') |
| static | $_aReservedEntryKeys = null |
| static | $_sSeparator = null |
| static | $_sPrefix = null |
| static | $_aFixedCache = array() |
| static | $_sCacheKey = null |
| static | $_aCache = array() |
Seo encoder base
Definition at line 7 of file oxseoencodercategory.php.
|
protected |
_categoryUrlLoader loads category from db returns false if cat needs to be encoded (load failed)
| oxCategory | $oCat | category object |
| int | $iLang | active language id |
protected
Definition at line 39 of file oxseoencodercategory.php.
|
protected |
Returns alternative uri used while updating seo
| string | $sObjectId | object id |
| int | $iLang | language id |
Reimplemented from oxSeoEncoder.
Definition at line 238 of file oxseoencodercategory.php.
|
private |
_getCatecgoryCacheId return string for isntance cache id
| oxCategory | $oCat | category object |
| int | $iLang | active language |
private
Definition at line 64 of file oxseoencodercategory.php.
|
protected |
Returns target "extension" (/)
Reimplemented from oxSeoEncoder.
Definition at line 23 of file oxseoencodercategory.php.
| oxSeoEncoderCategory::getCategoryPageUrl | ( | $oCategory, | |
| $iPage, | |||
$iLang = null, |
|||
$blFixed = null |
|||
| ) |
Returns category SEO url for specified page
| oxcategory | $oCategory | category object |
| int | $iPage | page tu prepare number |
| int | $iLang | language |
| bool | $blFixed | fixed url marker (default is null) |
Definition at line 141 of file oxseoencodercategory.php.
| oxSeoEncoderCategory::getCategoryUri | ( | $oCat, | |
$iLang = null, |
|||
$blRegenerate = false |
|||
| ) |
Returns SEO uri for passed category
| oxcategory | $oCat | category object |
| int | $iLang | language |
| bool | $blRegenerate | if TRUE forces seo url regeneration |
Definition at line 78 of file oxseoencodercategory.php.
| oxSeoEncoderCategory::getCategoryUrl | ( | $oCategory, | |
$iLang = null |
|||
| ) |
Category URL encoder. If category has external URLs, skip encoding for this category. If SEO id is not set, generates and saves SEO id for category (oxSeoEncoder::_getSeoId()). If category has subcategories, it iterates through them.
| oxCategory | $oCategory | Category object |
| int | $iLang | Language |
Definition at line 170 of file oxseoencodercategory.php.
| oxSeoEncoderCategory::markRelatedAsExpired | ( | $oCategory | ) |
Marks related to category objects as expired
| oxCategory | $oCategory | Category object |
Definition at line 189 of file oxseoencodercategory.php.
| oxSeoEncoderCategory::onDeleteCategory | ( | $oCategory | ) |
deletes Category seo entries
| oxCategory | $oCategory | Category object |
Definition at line 220 of file oxseoencodercategory.php.
|
protected |
Definition at line 16 of file oxseoencodercategory.php.