Public Member Functions | |
render () | |
save () | |
getEntryMetaData ($sMetaType) | |
isEntryFixed () | |
getEditLang () | |
processParam ($sParam) | |
getEntryUri () | |
isEntrySuffixed () | |
isSuffixSupported () | |
showCatSelect () | |
getActCatType () | |
Protected Member Functions | |
_getAdditionalParams ($aSeoData) | |
_getSaveObjectId () | |
_getType () | |
_getStdUrl ($sOxid) | |
_getAltSeoEntryId () | |
_getSeoEntryType () | |
_getEncoder () |
Base seo config class
Definition at line 6 of file object_seo.php.
Object_Seo._getAdditionalParams | ( | $ | aSeoData | ) | [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.
Object_Seo._getAltSeoEntryId | ( | ) | [protected] |
Returns alternative seo entry id
Reimplemented in Article_Seo.
Definition at line 170 of file object_seo.php.
Object_Seo._getEncoder | ( | ) | [protected] |
Returns current object type seo encoder object
Reimplemented in Article_Seo, Category_Seo, Content_Seo, Manufacturer_Seo, and Vendor_Seo.
Definition at line 199 of file object_seo.php.
Object_Seo._getSaveObjectId | ( | ) | [protected] |
Returns id of object which must be saved
Reimplemented in Article_Seo.
Definition at line 99 of file object_seo.php.
Object_Seo._getSeoEntryType | ( | ) | [protected] |
Returns seo entry type
Reimplemented in Article_Seo.
Definition at line 179 of file object_seo.php.
Object_Seo._getStdUrl | ( | $ | sOxid | ) | [protected] |
Returns objects std url
string | $sOxid object id |
Definition at line 147 of file object_seo.php.
Object_Seo._getType | ( | ) | [protected] |
Returns url type
Reimplemented in Article_Seo, Category_Seo, Content_Seo, Manufacturer_Seo, and Vendor_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, Content_Seo, Manufacturer_Seo, and Vendor_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.