Public Member Functions | |
render () | |
save () | |
getEntryMetaData ($sMetaType) | |
isEntryFixed () | |
getEditLang () | |
processParam ($sParam) | |
getEntryUri () | |
isEntrySuffixed () | |
isSuffixSupported () | |
showCatSelect () | |
getActCatType () | |
Protected Member Functions | |
_getSaveObjectId () | |
_getType () | |
_getStdUrl ($sOxid) | |
_getAltSeoEntryId () | |
_getSeoEntryType () | |
_getEncoder () |
Base seo config class
Definition at line 6 of file object_seo.php.
Object_Seo._getAltSeoEntryId | ( | ) | [protected] |
Returns alternative seo entry id
Reimplemented in Article_Seo.
Definition at line 152 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 183 of file object_seo.php.
Object_Seo._getSaveObjectId | ( | ) | [protected] |
Returns id of object which must be saved
Reimplemented in Article_Seo.
Definition at line 78 of file object_seo.php.
Object_Seo._getSeoEntryType | ( | ) | [protected] |
Returns seo entry type
Reimplemented in Article_Seo.
Definition at line 161 of file object_seo.php.
Object_Seo._getStdUrl | ( | $ | sOxid | ) | [protected] |
Returns objects std url
string | $sOxid object id |
Definition at line 127 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 116 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 231 of file object_seo.php.
Object_Seo.getEditLang | ( | ) |
Returns edit language id
Reimplemented in Article_Seo.
Definition at line 142 of file object_seo.php.
Object_Seo.getEntryMetaData | ( | $ | sMetaType | ) |
Returns object seo data
string | $sMetaType meta data type (oxkeywords/oxdescription) |
Definition at line 90 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 192 of file object_seo.php.
Object_Seo.isEntryFixed | ( | ) |
Returns TRUE if current seo entry has fixed state
Reimplemented in Article_Seo.
Definition at line 100 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 201 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 211 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 173 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 15 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 48 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 221 of file object_seo.php.