Briefing Zend Knowledge

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

Which of the following methods is triggered when a dispatched action is done even if
apreDispatch() plugin has skipped the action and is mainly useful for cleanup?

A.
getRequest()

B.
postDispatch()

C.
init()

D.
getResponse()