PHP 클래스 Aoe_Queue_Model_Message

부터: 2012-11-07
저자: Fabrizio Branca
상속: extends Zend_Queue_Message
파일 보기 프로젝트 열기: aoepeople/aoe_queue

공개 메소드들

메소드 설명
execute ( ) : mixed Execute this message

보호된 메소드들

메소드 설명
parseCallbackString ( string $callbackString ) : array Parses a callback string (like used in Mage_Cron) "model/class::method"

메소드 상세

execute() 공개 메소드

Execute this message
public execute ( ) : mixed
리턴 mixed

parseCallbackString() 보호된 메소드

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"
리턴 array Array contains a Magento model and a function to call