phpDocumentor dao
listener
[ class tree: dao ] [ index: dao ] [ all elements ]

Class: WindDaoCacheListener

Source Location: /dao/listener/WindDaoCacheListener.php

Class WindDaoCacheListener

Class Overview

DB层的缓存监听类

Located in /dao/listener/WindDaoCacheListener.php [line 13]

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

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WindHandlerInterceptor

WindHandlerInterceptor::$interceptorChain
WindHandlerInterceptor::$result

Inherited From WindModule

WindModule::$_config
WindModule::$_proxy
WindModule::$_typeValidation

Inherited From WindHandlerInterceptor

WindHandlerInterceptor::handle()
拦截器的执行入口
WindHandlerInterceptor::postHandle()
拦截器的后置操作
WindHandlerInterceptor::preHandle()
拦截器的前置操作
WindHandlerInterceptor::setHandlerInterceptorChain()
设置拦截链对象

Inherited From WindModule

WindModule::getConfig()
根据配置名取得相应的配置
WindModule::getRequest()
返回当前应用的WindHttpRequest对象
WindModule::getResponse()
返回当前应用的WindHttpResponse对象
WindModule::getSystemFactory()
返回当前应用的WindFactory对象
WindModule::setConfig()
设置类配置
WindModule::setDelayAttributes()
设置延迟加载类属性相关组件配置信息
WindModule::toArray()
返回该对象的数组类型
WindModule::writeTableCloneProperty()
类对象clone白名单
WindModule::__call()
重载了魔术方法__call
WindModule::__clone()
重载魔术方法__clone
WindModule::__get()
重载了魔术方法__get
WindModule::__set()
重载了魔术方法__set

[ Top ]
Method Summary
WindDaoCacheListener   __construct()   构造函数
void   postHandle()  
void   preHandle()  

[ Top ]
Methods
Constructor __construct  [line 29]

  WindDaoCacheListener __construct( WindDao $instance  )

构造函数

设置需要监听的dao实例对象

Parameters:
WindDao   $instance: 

API Tags:
Access:  public


[ Top ]
postHandle  [line 47]

  void postHandle( )


API Tags:
Access:  public


Redefinition of:
WindHandlerInterceptor::postHandle()
拦截器的后置操作

[ Top ]
preHandle  [line 36]

  void preHandle( )


API Tags:
Access:  public


Redefinition of:
WindHandlerInterceptor::preHandle()
拦截器的前置操作

[ Top ]

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