|
OXID eShop CE
4.10.6
|
Inheritance diagram for oxSeoEncoderRecomm:
Collaboration diagram for oxSeoEncoderRecomm:Public Member Functions | |
| getRecommUri ($oRecomm, $iLang=null) | |
| getRecommUrl ($oRecomm, $iLang=null) | |
| getRecommPageUrl ($oRecomm, $iPage, $iLang=null, $blFixed=false) | |
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) | |
Additional Inherited Members | |
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) | |
| _getUrlExtension () | |
| _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) | |
| _getAltUri ($sObjectId, $iLang) | |
| _replaceSpecialChars ($sStringWithSpecialChars) | |
Protected Attributes inherited from oxSeoEncoder | |
| $_iIdLength = 255 | |
| $_sAddParams = null | |
| $_iMaxUrlLength = null | |
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 8 of file oxseoencoderrecomm.php.
| oxSeoEncoderRecomm::getRecommPageUrl | ( | $oRecomm, | |
| $iPage, | |||
$iLang = null, |
|||
$blFixed = false |
|||
| ) |
Returns tag SEO url for specified page
| oxrecommlist | $oRecomm | recomendation list object |
| int | $iPage | page tu prepare number |
| int | $iLang | language |
| bool | $blFixed | fixed url marker (default is false) |
Definition at line 75 of file oxseoencoderrecomm.php.
| oxSeoEncoderRecomm::getRecommUri | ( | $oRecomm, | |
$iLang = null |
|||
| ) |
Returns SEO uri for tag.
| oxrecommlist | $oRecomm | recomm list object |
| int | $iLang | language |
Definition at line 21 of file oxseoencoderrecomm.php.
| oxSeoEncoderRecomm::getRecommUrl | ( | $oRecomm, | |
$iLang = null |
|||
| ) |
Returns full url for passed tag
| oxrecommlist | $oRecomm | recomendation list object |
| int | $iLang | language |
Definition at line 54 of file oxseoencoderrecomm.php.