nerdexam
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)
  • A
    5% (2)
  • B
    76% (29)
  • C
    5% (2)
  • D
    13% (5)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice