Class Mage_Catalog_Model_Indexer_Url
Catalog url rewrites index model. Responsibility for system actions: - Product save (changed assigned categories list, assigned websites or url key) - Category save (changed assigned products list, category move, changed url key) - Store save (new store creation, changed store group) - require reindex all data - Store group save (changed root category or group website) - require reindex all data - Seo config settings change - require reindex all data
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Index_Model_Indexer_Abstract
- Mage_Catalog_Model_Indexer_Url
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Catalog/Model/Indexer/Url.php
public
string
|
|
public
string
|
|
public
boolean
|
#
matchEvent(
Check if event can be matched by process. Overwrote for specific config save, store and store groups save matching |
protected
|
|
protected
|
#
_registerProductEvent(
Register event data during product save process |
protected
|
#
_registerCategoryEvent(
Register event data during category save process |
protected
|
|
public
|
callEventHandler(),
disableKeys(),
enableKeys(),
isVisible(),
matchEntityAndType(),
processEvent(),
register()
|
string |
EVENT_MATCH_RESULT_KEY
|
'catalog_url_match_result' |
#
Data key for matching result to be saved in |
protected
array
|
$_matchedEntities | array(
Mage_Catalog_Model_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Category::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Core_Model_Store::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Core_Model_Store_Group::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Core_Model_Config_Data::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Convert_Adapter_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
)
) |
#
Index math: product save, category save, store save store group save, config save |
protected
array
|
$_relatedConfigSettings | array(
Mage_Catalog_Helper_Category::XML_PATH_CATEGORY_URL_SUFFIX,
Mage_Catalog_Helper_Product::XML_PATH_PRODUCT_URL_SUFFIX,
Mage_Catalog_Helper_Product::XML_PATH_PRODUCT_URL_USE_CATEGORY,
) |
$_isVisible
|
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|