|
OXID eShop CE
4.9.7
|
Inheritance diagram for Article_Seo:
Collaboration diagram for Article_Seo:Protected Member Functions | |
| _getCategoryList ($oArticle) | |
| _getVendorList ($oArticle) | |
| _getManufacturerList ($oArticle) | |
| _getTagList ($oArticle, $iLang) | |
| _getAltSeoEntryId () | |
| _getSeoEntryType () | |
| _getType () | |
| _getEncoder () | |
| _getStdUrl ($sOxid, $sCatType=null, $sListType=null, $iLang=null, $sTag=null) | |
| _getSaveObjectId () | |
Protected Member Functions inherited from Object_Seo | |
| _getAdditionalParams ($aSeoData) | |
| _getStdUrl ($sOxid) | |
Protected Member Functions inherited from oxAdminDetails | |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _getEditValue ($oObject, $sField) | |
| _processEditValue ($sValue) | |
| _getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
| _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _setupNavigation ($sNode) | |
| _resetCounts ($aIds) | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Protected Attributes | |
| $_sActCatId = null | |
| $_aSelectionList = null | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Article seo config class
Definition at line 6 of file article_seo.php.
|
protected |
Returns alternative seo entry id
Reimplemented from Object_Seo.
Definition at line 331 of file article_seo.php.
|
protected |
Returns array of product categories
| oxarticle | $oArticle | Article object |
Definition at line 136 of file article_seo.php.
|
protected |
Returns current object type seo encoder object
Reimplemented from Object_Seo.
Definition at line 381 of file article_seo.php.
|
protected |
Returns array containing product manufacturer object
| oxarticle | $oArticle | Article object |
Definition at line 198 of file article_seo.php.
|
protected |
Returns id of object which must be saved
Reimplemented from Object_Seo.
Definition at line 474 of file article_seo.php.
|
protected |
Returns seo entry type
Reimplemented from Object_Seo.
Definition at line 341 of file article_seo.php.
|
protected |
Returns objects standard url
| string | $sOxid | object id |
| string | $sCatType | preferred type - oxvendor/oxmanufacturer/oxtag.. [default is NULL] |
| string | $sListType | preferred list type tag/vendor/manufacturer.. [default is NULL] |
| string | $iLang | preferred language id [default is NULL] |
| string | $sTag | preferred tag [default is NULL] |
Definition at line 424 of file article_seo.php.
|
protected |
Returns product tags array for given language
Definition at line 216 of file article_seo.php.
|
protected |
Returns url type
Reimplemented from Object_Seo.
Definition at line 355 of file article_seo.php.
|
protected |
Returns array containing product vendor object
Definition at line 181 of file article_seo.php.
| Article_Seo::getActCategory | ( | ) |
Returns active category object, used for seo url getter
Reimplemented from oxView.
Definition at line 243 of file article_seo.php.
| Article_Seo::getActCatId | ( | ) |
Returns active category (manufacturer/vendor/tag) id
Definition at line 75 of file article_seo.php.
| Article_Seo::getActCatLang | ( | ) |
Returns active category (manufacturer/vendor/tag) language id
Definition at line 49 of file article_seo.php.
| Article_Seo::getActCatType | ( | ) |
Returns active selection type - oxcategory, oxmanufacturer, oxvendor or oxtag
Reimplemented from Object_Seo.
Definition at line 28 of file article_seo.php.
| Article_Seo::getActManufacturer | ( | ) |
Returns active manufacturer object if available
Definition at line 291 of file article_seo.php.
| Article_Seo::getActVendor | ( | ) |
Returns active vendor object if available
Definition at line 279 of file article_seo.php.
| Article_Seo::getEditLang | ( | ) |
Returns editable object language id
Reimplemented from Object_Seo.
Definition at line 321 of file article_seo.php.
| Article_Seo::getEntryUri | ( | ) |
Returns seo uri
Reimplemented from Object_Seo.
Definition at line 391 of file article_seo.php.
| Article_Seo::getListType | ( | ) |
| Article_Seo::getSelectionList | ( | ) |
Returns product selections array [type][language] (categories, vendors etc assigned)
Definition at line 98 of file article_seo.php.
| Article_Seo::getTag | ( | ) |
Returns active tag, used for seo url getter
Definition at line 255 of file article_seo.php.
| Article_Seo::isEntryFixed | ( | ) |
Returns TRUE if current seo entry has fixed state
Reimplemented from Object_Seo.
Definition at line 489 of file article_seo.php.
| Article_Seo::processParam | ( | $sParam | ) |
Processes parameter before writing to db
| string | $sParam | parameter to process |
Reimplemented from Object_Seo.
Definition at line 367 of file article_seo.php.
| Article_Seo::showCatSelect | ( | ) |
Returns TRUE, as this view support category selector
Reimplemented from Object_Seo.
Definition at line 464 of file article_seo.php.
|
protected |
Definition at line 21 of file article_seo.php.
|
protected |
Definition at line 14 of file article_seo.php.