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.
getResponse()

B.
init()

C.
postDispatch()

D.
getRequest()

Explanation: