What are the basic operations performed by the decorator?
Answer Posted / Muhammad Sirajuddin
Decorators in Zend Framework are used for extending the functionality of existing classes. They provide a way to modify or extend the behavior of other classes without modifying their source code. The basic operation performed by a decorator is wrapping an object (class) and adding or altering its behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers