Explain what are the default methods provided by decorators?



Explain what are the default methods provided by decorators?..

Answer / Mamta Sonkar

In Zend, decorators do not provide any default methods. Instead, they extend the functionality of existing classes by adding new methods or overriding existing ones. When a decorator is applied to a class, it wraps the original class and allows additional behavior to be added.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

How can I use a stored procedure in a mysql database with zend framework?

1 Answers  


What do you mean by zend engine?

1 Answers  


How to connect to the mysql database in zend framework2?

1 Answers  


How we can add custom view helpers to zend framework 2?

1 Answers  


What are decorators in the zend framework?

1 Answers  


Writing a subquery using zend db?

1 Answers  


How to install zend framework on windows?

1 Answers  


Explain the use of bootstrap used in zend framework?

1 Answers  


Do you know what are the methods used in decorator?

1 Answers  


How to add a view helper directory (zend framework)?

1 Answers  


Does zend framework support php 4?

1 Answers  


Zend framework forms, decorators and validation: should I go back to plain html?

1 Answers  


Categories