What are the methods used in decorator?
Answer / Anirudh Prasad
Decorators in Zend Framework typically use two main methods: wrap() and unwrap(). The wrap() method takes an object to be decorated, while unwrap() returns the original object.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to install zend framework2 on shared hosting server?
Why should we use framework?
Why does the zend framework project have a cla at all?
What are plugins in the zend framework?
How to get all get data in zend framework?
Configuration in zend framework, application.ini file?
What is the function of action helper in zend?
List some advantages of zend framework as compared to other frameworks
Explain what are the default methods provided by decorators?
How to redirect to another page from controller?
How to render view file from controller in zend framework?
Do you know what are the methods used in decorator?