Zend Server Question: Download Zend PDF

Do you know what are the methods used in Decorator?

Tweet Share WhatsApp

Answer:

- The methods used to render the view of the final window are shown as:

$window->render();

- The render view is being executed by the use of WindowScrollbarDecorator::render() method.

- It uses the WindowTitleDecorator::render() method, to be used as the decorator for the title and the rendering of it.

- WindowDecorator::render() method, is used as a Decorator of the window class that allow the main execution of the application.

- The rendering of the window is being done by using the function or method as: Window::render() that allows the simple use of state object.

Download Zend PDF Read All 20 Zend Questions
Previous QuestionNext Question
Tell me what are the steps kept in mind while designing the Zend_Form?Explain what is being presented by the Decorators?