Tell me what are the basic operations performed by the decorator?
Answer / Bhupesh Kumar Gautam
Decorators in Zend Framework can perform a variety of operations, but here are some basic ones:nn- Adding functionality: Decorators can add new methods or properties to an object.n- Modifying behavior: Decorators can alter the way an object behaves by intercepting method calls or modifying property values.n- Logging: Decorators can be used to log every method call, error, or other event that occurs on an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do two colons mean in php?
Zend_cache provides a generic way to cache any data?
What is this "username" I have to submit with my cla, and why do I have to submit it?
Explain super global variables in zend framework?
How to include js from controller and view in zend?
How can I detect if an optional file has been uploaded?
How we can add custom view helpers to zend framework 2?
In which file we can configuration in zend framework?
Where's the model?
How to protect your site from sql injection in zend when using select query?
How to use a sql function or perform calculations in a statement generating with zend_db_select?
Difference between javascript ajax request vs jquery $.ajax?