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

Interface: IWindViewerResolver

Source Location: /viewer/IWindViewerResolver.php

Interface IWindViewerResolver

Interface Overview

视图渲染器接口类

视图渲染器接口,主要定义了两个接口方法windAssignwindFetch

 IWindViewerResolver接口是框架定义的基础的视图渲染器接口,通过实现该接口类来自定义视图渲染器
 WindViewerResolver类是该接口的基本实现

Located in /viewer/IWindViewerResolver.php [line 15]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id: IWindViewerResolver.php 3258 2011-12-19 14:37:34Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Method Summary
void   windAssign()   设置视图变量设置进当前模板
void   windFetch()   获取模板内容与变量信息

[ Top ]
Methods
windAssign  [line 24]

  void windAssign( array|string|object $vars, [string $key = '']  )

设置视图变量设置进当前模板

Parameters:
array|string|object    $vars: 
string   $key:  可选 默认值为空

API Tags:
Access:  public


[ Top ]
windFetch  [line 32]

  void windFetch( [string $template = '']  )

获取模板内容与变量信息

Parameters:
string   $template:  可选 默认值为空

API Tags:
Access:  public


[ Top ]

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