nerdexam
Zend

ZF-100-500 · Question #46

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 u seful for cleanup?

The correct answer is C. 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 u seful for cleanup?

Options

  • AgetResponse()
  • Binit()
  • CpostDispatch()
  • DgetRequest()

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    11% (6)
  • C
    82% (45)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice