Briefing Zend Knowledge

Which of the following methods is triggered when a dispatched action is done even if a preDispatch(

Which of the following methods is triggered when a dispatched action is done even if a

preDispatch() plugin has skipped the action and is mainly useful for cleanup?

A.
getRequest()

B.
postDispatch()

C.
init()

D.
getResponse()

Explanation: