|
OXID eShop CE
4.10.5
|
Inheritance diagram for Object_Seo:
Collaboration diagram for Object_Seo:Protected Member Functions | |
| _getAdditionalParams ($aSeoData) | |
| _getSaveObjectId () | |
| _getType () | |
| _getStdUrl ($sOxid) | |
| _getAltSeoEntryId () | |
| _getSeoEntryType () | |
| _getEncoder () | |
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) | |
Additional Inherited Members | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Base seo config class
Definition at line 6 of file object_seo.php.
|
protected |
Gets additional params from aSeoData['oxparams'] if it is set.
| array | $aSeoData | Seo data array |
Definition at line 82 of file object_seo.php.
|
protected |
Returns alternative seo entry id
Reimplemented in Article_Seo.
Definition at line 170 of file object_seo.php.
|
protected |
Returns current object type seo encoder object
Reimplemented in Article_Seo, Category_Seo, Manufacturer_Seo, Vendor_Seo, and Content_Seo.
Definition at line 199 of file object_seo.php.
|
protected |
Returns id of object which must be saved
Reimplemented in Article_Seo.
Definition at line 99 of file object_seo.php.
|
protected |
Returns seo entry type
Reimplemented in Article_Seo.
Definition at line 179 of file object_seo.php.
|
protected |
Returns objects std url
| string | $sOxid | object id |
Definition at line 147 of file object_seo.php.
|
protected |
Returns url type
Reimplemented in Article_Seo, Vendor_Seo, Category_Seo, Manufacturer_Seo, and Content_Seo.
Definition at line 136 of file object_seo.php.
| Object_Seo::getActCatType | ( | ) |
Returns FALSE, as this view does not support active selection type
Reimplemented in Article_Seo.
Definition at line 245 of file object_seo.php.
| Object_Seo::getEditLang | ( | ) |
Returns edit language id
Reimplemented in Article_Seo.
Definition at line 162 of file object_seo.php.
| Object_Seo::getEntryMetaData | ( | $sMetaType | ) |
Returns object seo data
| string | $sMetaType | meta data type (oxkeywords/oxdescription) |
Definition at line 111 of file object_seo.php.
| Object_Seo::getEntryUri | ( | ) |
Returns seo uri
Reimplemented in Article_Seo, Category_Seo, Manufacturer_Seo, Vendor_Seo, and Content_Seo.
Definition at line 206 of file object_seo.php.
| Object_Seo::isEntryFixed | ( | ) |
Returns TRUE if current seo entry has fixed state
Reimplemented in Article_Seo.
Definition at line 121 of file object_seo.php.
| Object_Seo::isEntrySuffixed | ( | ) |
Returns true if SEO object id has suffix enabled. Default is FALSE
Reimplemented in Category_Seo, Manufacturer_Seo, and Vendor_Seo.
Definition at line 215 of file object_seo.php.
| Object_Seo::isSuffixSupported | ( | ) |
Returns TRUE if seo object supports suffixes. Default is FALSE
Reimplemented in Category_Seo, Manufacturer_Seo, and Vendor_Seo.
Definition at line 225 of file object_seo.php.
| Object_Seo::processParam | ( | $sParam | ) |
Processes parameter before writing to db
| string | $sParam | parameter to process |
Reimplemented in Article_Seo.
Definition at line 191 of file object_seo.php.
| Object_Seo::render | ( | ) |
Executes parent method parent::render(), and returns name of template file "object_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 16 of file object_seo.php.
| Object_Seo::save | ( | ) |
Saves selection list parameters changes.
Reimplemented from oxAdminView.
Reimplemented in Category_Seo, Manufacturer_Seo, and Vendor_Seo.
Definition at line 47 of file object_seo.php.
| Object_Seo::showCatSelect | ( | ) |
Returns FALSE, as this view does not support category selector
Reimplemented in Article_Seo.
Definition at line 235 of file object_seo.php.