Definition at line 6 of file article_seo.php.
Public Member Functions | |
render () | |
getSelectedCategoryId () | |
getActCategory () | |
getTag () | |
getEditLang () | |
processParam ($sParam) | |
Protected Member Functions | |
_getSeoDataSql ($oObject, $iShopId, $iLang) | |
_getCategoryList ($oArticle) | |
_getVendorList ($oArticle) | |
_getManufacturerList ($oArticle) | |
_getTagList ($oArticle) | |
_getSeoUrl ($oArticle) | |
_getSeoUrlQuery ($oObject, $iShopId) | |
getSeoEntryId () | |
_getSeoEntryType () | |
_getType () | |
_getStdUrl ($sOxid) | |
Protected Attributes | |
$_sActCatId = null | |
$_sActCatType = null | |
$_iActCatLang = null | |
$_oArtCategories = null | |
$_oArtVendors = null | |
$_oArtManufacturers = null | |
$_oArticle = null |
Article_Seo.render | ( | ) |
Loads article parameters and passes them to Smarty engine, returns name of template file "article_main.tpl".
Reimplemented from Object_Seo.
Definition at line 63 of file article_seo.php.
Article_Seo._getSeoDataSql | ( | $ | oObject, | |
$ | iShopId, | |||
$ | iLang | |||
) | [protected] |
Returns SQL to fetch seo data
Reimplemented from Object_Seo.
Definition at line 85 of file article_seo.php.
Article_Seo._getCategoryList | ( | $ | oArticle | ) | [protected] |
Returns list with deepest article categories
Definition at line 104 of file article_seo.php.
Article_Seo._getVendorList | ( | $ | oArticle | ) | [protected] |
Returns list with deepest article categories
Definition at line 134 of file article_seo.php.
Article_Seo._getManufacturerList | ( | $ | oArticle | ) | [protected] |
Returns list with deepest article categories
Definition at line 155 of file article_seo.php.
Article_Seo._getTagList | ( | $ | oArticle | ) | [protected] |
Article_Seo.getSelectedCategoryId | ( | ) |
Returns currently chosen or first from article category deepest list category parent id
Definition at line 196 of file article_seo.php.
Article_Seo._getSeoUrl | ( | $ | oArticle | ) | [protected] |
Returns objects seo url
oxarticle | $oArticle active article object |
Reimplemented from Object_Seo.
Definition at line 238 of file article_seo.php.
Article_Seo.getActCategory | ( | ) |
In case price category is opened - returns its object
Definition at line 272 of file article_seo.php.
Article_Seo.getTag | ( | ) |
Returns editable tag id if available
Definition at line 285 of file article_seo.php.
Article_Seo._getSeoUrlQuery | ( | $ | oObject, | |
$ | iShopId | |||
) | [protected] |
Returns query for selecting seo url
object | $oObject object to build query |
Reimplemented from Object_Seo.
Definition at line 300 of file article_seo.php.
Article_Seo.getEditLang | ( | ) |
Returns edit language id. In case current url is tag url - returns tag language
Reimplemented from Object_Seo.
Definition at line 323 of file article_seo.php.
Article_Seo.getSeoEntryId | ( | ) | [protected] |
Returns seo entry ident
Reimplemented from Object_Seo.
Definition at line 337 of file article_seo.php.
Article_Seo._getSeoEntryType | ( | ) | [protected] |
Returns seo entry type
Reimplemented from Object_Seo.
Definition at line 353 of file article_seo.php.
Article_Seo._getType | ( | ) | [protected] |
Returns url type
Reimplemented from Object_Seo.
Definition at line 366 of file article_seo.php.
Article_Seo._getStdUrl | ( | $ | sOxid | ) | [protected] |
Returns objects std url
Reimplemented from Object_Seo.
Definition at line 375 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 404 of file article_seo.php.
Article_Seo.$_sActCatId = null [protected] |
Definition at line 13 of file article_seo.php.
Article_Seo.$_sActCatType = null [protected] |
Definition at line 20 of file article_seo.php.
Article_Seo.$_iActCatLang = null [protected] |
Definition at line 27 of file article_seo.php.
Article_Seo.$_oArtCategories = null [protected] |
Definition at line 34 of file article_seo.php.
Article_Seo.$_oArtVendors = null [protected] |
Definition at line 41 of file article_seo.php.
Article_Seo.$_oArtManufacturers = null [protected] |
Definition at line 48 of file article_seo.php.
Article_Seo.$_oArticle = null [protected] |
Definition at line 55 of file article_seo.php.