Zend
ZF-100-500 · Question #147
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?
The correct answer is B. postDispatch(). See the full explanation below for the reasoning.
Question
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?
Options
- AgetRequest()
- BpostDispatch()
- Cinit()
- DgetResponse()
How the community answered
(38 responses)- A5% (2)
- B76% (29)
- C5% (2)
- D13% (5)
Community Discussion
No community discussion yet for this question.