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

Interface: IWindHttpContainer

Source Location: /http/IWindHttpContainer.php

Interface IWindHttpContainer

Interface Overview

http容器类接口定义

http容器类接口定义,http container 需要继承该类,统一http容器接口定义.接口:

  1.  1. set 向容器中设置值
  2.  2. get 获取内容值
  3.  3. delete 删除内容值

Located in /http/IWindHttpContainer.php [line 17]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id: IWindHttpContainer.php 3113 2011-11-11 07:28:09Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Method Summary
void   delete()   删除容器中的值
void   get()   获取容器中的内容值
boolean   isRegistered()   检测变量是否已经被注册
boolean   set()   向容器中设置值

[ Top ]
Methods
delete  [line 40]

  void delete( string $key  )

删除容器中的值

Parameters:
string   $key: 

API Tags:
Access:  public


[ Top ]
get  [line 33]

  void get( string $key  )

获取容器中的内容值

Parameters:
string   $key: 

API Tags:
Access:  public


[ Top ]
isRegistered  [line 48]

  boolean isRegistered( string $key  )

检测变量是否已经被注册

Parameters:
string   $key:  需要进行判断的建名

API Tags:
Return:  如果已经被注册则返回true,否则返回false
Access:  public


[ Top ]
set  [line 26]

  boolean set( string $key, mixed $value  )

向容器中设置值

Parameters:
string   $key: 
mixed   $value: 

API Tags:
Access:  public


[ Top ]

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