PHP Class Aoe_Queue_Model_Message

Since: 2012-11-07
Author: Fabrizio Branca
Inheritance: extends Zend_Queue_Message
Show file Open project: aoepeople/aoe_queue

Public Methods

Method Description
execute ( ) : mixed Execute this message

Protected Methods

Method Description
parseCallbackString ( string $callbackString ) : array Parses a callback string (like used in Mage_Cron) "model/class::method"

Method Details

execute() public method

Execute this message
public execute ( ) : mixed
return mixed

parseCallbackString() protected method

Parses a callback string (like used in Mage_Cron) "model/class::method"
protected parseCallbackString ( string $callbackString ) : array
$callbackString string Dev class code and method, e.g. "model/class::method"
return array Array contains a Magento model and a function to call