Briefing Zend Knowledge

Which of the following methods are run by the Zend_Controller_Front::run($path) method at a time?

Which of the following methods are run by the Zend_Controller_Front::run($path) method at a
time?
Each correct answer represents a complete solution. Choose all that apply.

A.
setInstance()

B.
dispatch()

C.
getInstance()

D.
setControllerDirectory()

Explanation: