PHP Class Catalin_SEO_Model_Indexer_Attribute

NOTICE OF LICENSE This source file is subject to the MIT License (MIT) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: https://opensource.org/licenses/MIT
Inheritance: extends Mage_Index_Model_Indexer_Abstract
Show file Open project: caciobanu/improved-magento-layered-navigation

Protected Properties

Property Type Description
$_matchedEntities

Public Methods

Method Description
getDescription ( ) : string Get Indexer description
getName ( ) : string Get Indexer name

Protected Methods

Method Description
_construct ( ) Initialize model
_processEvent ( Mage_Index_Model_Event $event ) Process event based on event state data
_registerEvent ( Mage_Index_Model_Event $event ) Register indexer required data inside event object

Method Details

_construct() protected method

Initialize model
protected _construct ( )

_processEvent() protected method

Process event based on event state data
protected _processEvent ( Mage_Index_Model_Event $event )
$event Mage_Index_Model_Event

_registerEvent() protected method

Register indexer required data inside event object
protected _registerEvent ( Mage_Index_Model_Event $event )
$event Mage_Index_Model_Event

getDescription() public method

Get Indexer description
public getDescription ( ) : string
return string

getName() public method

Get Indexer name
public getName ( ) : string
return string

Property Details

$_matchedEntities protected property

protected $_matchedEntities