문제

Eg I have a block that is on the page to edit the purchase order, both the editing page of the order as the "block" passes through the event sales_order_load_after when obeserver the event can not know what they spent for the event, if it was page or block.

How to know who called or went by event?

도움이 되었습니까?

해결책

You can use a PHP backtrace function like debug_backtrace or Magento's own backtrace: mageDebugBacktrace.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top