Definition at line 6 of file object_seo.php.
Public Member Functions | |
render () | |
save () | |
Protected Member Functions | |
_getSeoDataSql ($oObject, $iShopId, $iLang) | |
_getSeoUrl ($oObject) | |
_getObject ($sOxid) | |
_getType () | |
_getStdUrl ($sOxid) |
Object_Seo.render | ( | ) |
Executes parent method parent.render(), and returns name of template file "vendor_main.tpl".
Reimplemented from oxAdminDetails.
Reimplemented in Article_Seo, Category_Seo, and Vendor_Seo.
Definition at line 15 of file object_seo.php.
Object_Seo._getSeoDataSql | ( | $ | oObject, | |
$ | iShopId, | |||
$ | iLang | |||
) | [protected] |
Returns SQL to fetch seo data
oxbase | $oObject object to load seo info | |
int | $iShopId active shop id | |
int | $iLang active language id |
Reimplemented in Article_Seo, Category_Seo, and Vendor_Seo.
Definition at line 63 of file object_seo.php.
Object_Seo._getSeoUrl | ( | $ | oObject | ) | [protected] |
Returns objects seo url
Reimplemented in Article_Seo, Category_Seo, Content_Seo, and Vendor_Seo.
Definition at line 73 of file object_seo.php.
Object_Seo._getObject | ( | $ | sOxid | ) | [protected] |
Returns seo object
Reimplemented in Article_Seo, Category_Seo, Content_Seo, and Vendor_Seo.
Definition at line 84 of file object_seo.php.
Object_Seo._getType | ( | ) | [protected] |
Returns url type
Reimplemented in Article_Seo, Category_Seo, Content_Seo, and Vendor_Seo.
Definition at line 90 of file object_seo.php.
Object_Seo._getStdUrl | ( | $ | sOxid | ) | [protected] |
Returns objects std url
Reimplemented in Article_Seo, Category_Seo, Content_Seo, and Vendor_Seo.
Definition at line 96 of file object_seo.php.
Object_Seo.save | ( | ) |
Saves selection list parameters changes.
Reimplemented from oxAdminView.
Reimplemented in Category_Seo, and Vendor_Seo.
Definition at line 103 of file object_seo.php.