phpDocumentor viewer
[ class tree: viewer ] [ index: viewer ] [ all elements ]

Interface: IWindView

Source Location: /viewer/IWindView.php

Interface IWindView

Interface Overview

视图处理器接口类

WindView是基础的视图处理器,职责:进行视图渲染.

Located in /viewer/IWindView.php [line 12]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id: IWindView.php 2973 2011-10-15 19:22:48Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Method Summary
void   render()   视图渲染方法

[ Top ]
Methods
render  [line 23]

  void render( )

视图渲染方法

通过该方法进行视图渲染,并将视图内容设置到response对象中以备输出

  1.  $this->getResponse()->setBody($viewContent$templateName);


API Tags:
Access:  public

Information Tags:
Throws:  WindViewException

[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:27 +0800 by phpDocumentor 1.4.4