Briefing Zend Knowledge

Which of the following methods in Zend_Controller_Action can be used for resetting the state when mu

Which of the following methods in Zend_Controller_Action can be used for resetting the state
when multiple controllers use the same helper in the chained actions?

A.
preDispatch()

B.
setActionController()

C.
postDispatch()

D.
init()