Class Mage_Index_Model_Event
Enter description here ...
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Index_Model_Event
Package: Mage\Index
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Index/Model/Event.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Index/Model/Event.php
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
addProcessId( mixed $processId, mixed $status =
Add process id to event object |
public
array
|
|
protected
array
|
|
public
|
#
mergePreviousData( array $data )
Merge previous event data to object. Used for events duplicated protection |
public
|
|
public
array
|
|
public
|
#
addNewData( array $key, null $value = null )
Add new values to new data array (overwrite if value with same key exist) |
public
string
|
|
public
string
|
|
protected
|
string |
TYPE_SAVE
|
'save' |
#
Predefined event types |
string |
TYPE_DELETE
|
'delete' |
|
string |
TYPE_MASS_ACTION
|
'mass_action' |
|
string |
TYPE_REINDEX
|
'reindex' |
protected
array
|
$_processIds | null |
#
Array of related processes ids |
protected
string
|
$_dataNamespace | null |
#
New and old data namespace. Used for separate processes data |
protected
mixed
|
$_process | null |
#
Process object which currently working with event |
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|