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

Interface: IWindApplication

Source Location: /base/IWindApplication.php

Interface IWindApplication

Interface Overview

应用基础接口

应用基础接口,该接口包含4个接口run,getRequest,getResponse,getWindFactory,自定义应用类型需要实现该接口. 基础实现有WindWebApplication

Located in /base/IWindApplication.php [line 13]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id: IWindApplication.php 3036 2011-10-27 02:50:11Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Method Summary
WindHttpRequest   getRequest()   返回WindHttpRequest
WindHttpResponse   getResponse()   返回WindHttpResponse
WindFactory   getWindFactory()   返回WindFactory
void   run()   调用该方法启动应用

[ Top ]
Methods
getRequest  [line 28]

  WindHttpRequest getRequest( )

返回WindHttpRequest


API Tags:
Access:  public


[ Top ]
getResponse  [line 35]

  WindHttpResponse getResponse( )

返回WindHttpResponse


API Tags:
Access:  public


[ Top ]
getWindFactory  [line 42]

  WindFactory getWindFactory( )

返回WindFactory


API Tags:
Access:  public


[ Top ]
run  [line 21]

  void run( )

调用该方法启动应用


API Tags:
Access:  public

Information Tags:
Throws:  Exception

[ Top ]

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