Home »
MCQs »
Zend Framework MCQs
In Zend event manager, ____ are tied to events and are called when the event occurs
30. In Zend event manager, ____ are tied to events and are called when the event occurs.
- Interface
- Listener
- EventInterface class
- Class
Answer: B) Listener
Explanation:
Listeners are tied to events and are called when the event occurs.