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

Element index for package base

Package indexes

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

_

$_app
in file WindFrontController.php, variable WindFrontController::$_app
    应用对象数组
$_appName
in file WindFrontController.php, variable WindFrontController::$_appName
    当前app名称
$_className
in file WindClassProxy.php, variable WindClassProxy::$_className
$_classPath
in file WindClassProxy.php, variable WindClassProxy::$_classPath
$_config
in file WindModule.php, variable WindModule::$_config
    配置数据
$_config
in file WindFrontController.php, variable WindFrontController::$_config
    应用配置
$_errors
in file WindEnableValidateModule.php, variable WindEnableValidateModule::$_errors
    验证中产生的错误信息
$_instance
in file WindClassProxy.php, variable WindClassProxy::$_instance
$_listener
in file WindClassProxy.php, variable WindClassProxy::$_listener
$_proxy
in file WindModule.php, variable WindModule::$_proxy
    代理类对象
$_typeValidation
in file WindModule.php, variable WindModule::$_typeValidation
    是否进行类型验证
$_validatorClass
in file WindEnableValidateModule.php, variable WindEnableValidateModule::$_validatorClass
    验证类
_getClassName
in file WindClassProxy.php, method WindClassProxy::_getClassName()
    返回当前代理对象的真实类名称
_getClassPath
in file WindClassProxy.php, method WindClassProxy::_getClassPath()
    返回当前代理对象的真实类的路径信息
_getInstance
in file WindClassProxy.php, method WindClassProxy::_getInstance()
    返回当前代理对象的真实类对象
_run
in file WindFrontController.php, method WindFrontController::_run()
    创建并运行当前应用
_setClassName
in file WindClassProxy.php, method WindClassProxy::_setClassName()
    设置类名称
_setClassPath
in file WindClassProxy.php, method WindClassProxy::_setClassPath()
    设置类路径
__call
in file WindClassProxy.php, method WindClassProxy::__call()
    监听类方法
__call
in file WindModule.php, method WindModule::__call()
    重载了魔术方法__call
__clone
in file WindModule.php, method WindModule::__clone()
    重载魔术方法__clone
__construct
in file WindFrontController.php, method WindFrontController::__construct()
__construct
in file WindErrorMessage.php, method WindErrorMessage::__construct()
__construct
in file WindForwardException.php, method WindForwardException::__construct()
__construct
in file WindClassProxy.php, method WindClassProxy::__construct()
__construct
in file WindException.php, method WindException::__construct()
    异常构造函数
__construct
in file WindActionException.php, method WindActionException::__construct()
__construct
in file WindFinalException.php, method WindFinalException::__construct()
__construct
in file WindFactory.php, method WindFactory::__construct()
    初始化工厂类
__get
in file WindModule.php, method WindModule::__get()
    重载了魔术方法__get
__get
in file WindClassProxy.php, method WindClassProxy::__get()
    监听属性调用
__set
in file WindModule.php, method WindModule::__set()
    重载了魔术方法__set
__set
in file WindClassProxy.php, method WindClassProxy::__set()
    该方法用于监听类属性
a

a

addClassDefinitions
in file WindFactory.php, method WindFactory::addClassDefinitions()
    动态添加组件定义
addError
in file WindErrorMessage.php, method WindErrorMessage::addError()
afterRun
in file WindFrontController.php, method WindFrontController::afterRun()
b

b

beforRun
in file WindFrontController.php, method WindFrontController::beforRun()
    application run 的前置操作,重置当前环境为当前应用信息
buildArgs
in file WindFactory.php, method WindFactory::buildArgs()
    解析组件对象构造方法参数信息,并返回参数列表
buildMessage
in file WindException.php, method WindException::buildMessage()
    根据exception code返回构建的异常信息描述
buildProperties
in file WindFactory.php, method WindFactory::buildProperties()
    构建类的属性信息
c

c

$classDefinitions
in file WindFactory.php, variable WindFactory::$classDefinitions
$componentConfig
in file WindFrontController.php, variable WindFrontController::$componentConfig
checkAlias
in file WindFactory.php, method WindFactory::checkAlias()
    组件定义检查
clearError
in file WindErrorMessage.php, method WindErrorMessage::clearError()
crash
in file WindHelper.php, method WindHelper::crash()
    错误信息处理方法
createApplication
in file WindFrontController.php, method WindFrontController::createApplication()
    创建并返回应用
createInstance
in file IWindFactory.php, method IWindFactory::createInstance()
    创建并返回类对象
createInstance
in file WindFactory.php, method WindFactory::createInstance()
d

d

$destories
in file WindFactory.php, variable WindFactory::$destories
e

e

$errorAction
in file WindEnableValidateModule.php, variable WindEnableValidateModule::$errorAction
    错误处理action
$errorDir
in file WindHelper.php, variable WindHelper::$errorDir
    默认错误视图位置
errorHandle
in file WindHelper.php, method WindHelper::errorHandle()
    错误处理句柄
ERROR_CLASS_METHOD_NOT_EXIST
in file WindException.php, class constant WindException::ERROR_CLASS_METHOD_NOT_EXIST
ERROR_CLASS_NOT_EXIST
in file WindException.php, class constant WindException::ERROR_CLASS_NOT_EXIST
ERROR_CLASS_TYPE_ERROR
in file WindException.php, class constant WindException::ERROR_CLASS_TYPE_ERROR
ERROR_CONFIG_ERROR
in file WindException.php, class constant WindException::ERROR_CONFIG_ERROR
ERROR_OBJECT_NOT_EXIST
in file WindException.php, class constant WindException::ERROR_OBJECT_NOT_EXIST
ERROR_PARAMETER_TYPE_ERROR
in file WindException.php, class constant WindException::ERROR_PARAMETER_TYPE_ERROR
ERROR_RETURN_TYPE_ERROR
in file WindException.php, class constant WindException::ERROR_RETURN_TYPE_ERROR
ERROR_SYSTEM_ERROR
in file WindException.php, class constant WindException::ERROR_SYSTEM_ERROR
EVENT_TYPE_GETTER
in file WindClassProxy.php, class constant WindClassProxy::EVENT_TYPE_GETTER
EVENT_TYPE_METHOD
in file WindClassProxy.php, class constant WindClassProxy::EVENT_TYPE_METHOD
EVENT_TYPE_SETTER
in file WindClassProxy.php, class constant WindClassProxy::EVENT_TYPE_SETTER
exceptionHandle
in file WindHelper.php, method WindHelper::exceptionHandle()
    异常处理句柄
executeDestroyMethod
in file WindFactory.php, method WindFactory::executeDestroyMethod()
    执行组件定义的注销方法
executeInitMethod
in file WindFactory.php, method WindFactory::executeInitMethod()
    执行类的初始化方法
f

f

$factory
in file WindFrontController.php, variable WindFrontController::$factory
g

g

getApp
in file WindFrontController.php, method WindFrontController::getApp()
    返回当前的app应用
getAppName
in file WindFrontController.php, method WindFrontController::getAppName()
    返回当前app应用名称
getConfig
in file WindModule.php, method WindModule::getConfig()
    根据配置名取得相应的配置
getError
in file WindActionException.php, method WindActionException::getError()
getError
in file WindErrorMessage.php, method WindErrorMessage::getError()
getErrorAction
in file WindErrorMessage.php, method WindErrorMessage::getErrorAction()
    返回用于处理当前错误的action操作
getErrorAction
in file WindEnableValidateModule.php, method WindEnableValidateModule::getErrorAction()
    返回验证出错时使用的错误errorAction
getErrorName
in file WindHelper.php, method WindHelper::getErrorName()
    错误代码和错误信息映射方法,接受一个错误代码返回相对应错误代码的错误名称
getErrors
in file WindEnableValidateModule.php, method WindEnableValidateModule::getErrors()
    返回验证中产生的错误信息
getForward
in file WindForwardException.php, method WindForwardException::getForward()
getInstance
in file IWindFactory.php, method IWindFactory::getInstance()
    创建并返回类的实例对象
getInstance
in file WindFactory.php, method WindFactory::getInstance()
getRequest
in file WindModule.php, method WindModule::getRequest()
    返回当前应用的WindHttpRequest对象
getRequest
in file IWindApplication.php, method IWindApplication::getRequest()
    返回WindHttpRequest
getResponse
in file IWindApplication.php, method IWindApplication::getResponse()
    返回WindHttpResponse
getResponse
in file WindModule.php, method WindModule::getResponse()
    返回当前应用的WindHttpResponse对象
getSystemFactory
in file WindModule.php, method WindModule::getSystemFactory()
    返回当前应用的WindFactory对象
getValidator
in file WindEnableValidateModule.php, method WindEnableValidateModule::getValidator()
    返回验证器
getWindFactory
in file IWindApplication.php, method IWindApplication::getWindFactory()
    返回WindFactory
i

i

$instances
in file WindFactory.php, variable WindFactory::$instances
IWindApplication.php
procedural page IWindApplication.php
IWindFactory.php
procedural page IWindFactory.php
initConfig
in file WindFrontController.php, method WindFrontController::initConfig()
    初始化配置信息
INTERNAL_LOCATION
in file WindHelper.php, class constant WindHelper::INTERNAL_LOCATION
IWindApplication
in file IWindApplication.php, class IWindApplication
    应用基础接口
IWindFactory
in file IWindFactory.php, class IWindFactory
    类工厂接口定义
l

l

loadClassDefinitions
in file WindFactory.php, method WindFactory::loadClassDefinitions()
    加载类定义
m

m

messageMapper
in file WindException.php, method WindException::messageMapper()
    自定义异常号的对应异常信息
messageMapper
in file WindActionException.php, method WindActionException::messageMapper()
p

p

$prototype
in file WindFactory.php, variable WindFactory::$prototype
$proxyType
in file WindFactory.php, variable WindFactory::$proxyType
r

r

$request
in file WindFrontController.php, variable WindFrontController::$request
registeComponent
in file WindFrontController.php, method WindFrontController::registeComponent()
    注册组件对象
registeFilter
in file WindFrontController.php, method WindFrontController::registeFilter()
    注册过滤器,监听Application Run
registerEventListener
in file WindClassProxy.php, method WindClassProxy::registerEventListener()
    注册事件以及事件监听类
registerTargetObject
in file WindClassProxy.php, method WindClassProxy::registerTargetObject()
    注册目标对象,如果已经注册了不重复注册
registInstance
in file WindFactory.php, method WindFactory::registInstance()
    注册组件对象,如果已经存在则覆盖原有值
resolveConfig
in file WindFactory.php, method WindFactory::resolveConfig()
    解析组件配置
run
in file WindFrontController.php, method WindFrontController::run()
    创建并执行当前应用,单应用访问入口
run
in file IWindApplication.php, method IWindApplication::run()
    调用该方法启动应用
s

s

sendError
in file WindErrorMessage.php, method WindErrorMessage::sendError()
setConfig
in file WindModule.php, method WindModule::setConfig()
    设置类配置
setDelayAttributes
in file WindModule.php, method WindModule::setDelayAttributes()
    设置延迟加载类属性相关组件配置信息
setError
in file WindActionException.php, method WindActionException::setError()
setErrorAction
in file WindErrorMessage.php, method WindErrorMessage::setErrorAction()
    设置用于处理当前错误的action操作
setForward
in file WindForwardException.php, method WindForwardException::setForward()
setProxyForClass
in file WindFactory.php, method WindFactory::setProxyForClass()
    设置类代理对象,并返回代理类对象
setScope
in file WindFactory.php, method WindFactory::setScope()
    组件对象的作用域解析
t

t

toArray
in file WindModule.php, method WindModule::toArray()
    返回该对象的数组类型
triggerError
in file WindHelper.php, method WindHelper::triggerError()
    以静态错误页面终结请求
v

v

validate
in file WindEnableValidateModule.php, method WindEnableValidateModule::validate()
    验证方法
validateRules
in file WindEnableValidateModule.php, method WindEnableValidateModule::validateRules()
    返回验证规则组成的数组
w

w

WindActionException.php
procedural page WindActionException.php
WindClassProxy.php
procedural page WindClassProxy.php
WindEnableValidateModule.php
procedural page WindEnableValidateModule.php
WindErrorMessage.php
procedural page WindErrorMessage.php
WindException.php
procedural page WindException.php
WindFactory.php
procedural page WindFactory.php
WindFinalException.php
procedural page WindFinalException.php
WindForwardException.php
procedural page WindForwardException.php
WindFrontController.php
procedural page WindFrontController.php
WindHelper.php
procedural page WindHelper.php
WindModule.php
procedural page WindModule.php
WindActionException
in file WindActionException.php, class WindActionException
    Action操作异常
WindClassProxy
in file WindClassProxy.php, class WindClassProxy
    类代理定义
WindEnableValidateModule
in file WindEnableValidateModule.php, class WindEnableValidateModule
    表单验证基类
WindErrorMessage
in file WindErrorMessage.php, class WindErrorMessage
    错误消息类
WindException
in file WindException.php, class WindException
    通用异常类型,大部分异常都是继承自该异常
WindFactory
in file WindFactory.php, class WindFactory
    工厂类
WindFinalException
in file WindFinalException.php, class WindFinalException
    终极异常类型
WindForwardException
in file WindForwardException.php, class WindForwardException
    用于跳转的异常类型
WindFrontController
in file WindFrontController.php, class WindFrontController
    前端控制器定义
WindHelper
in file WindHelper.php, class WindHelper
    基础帮助类,提供框架错误处理基础操作
WindModule
in file WindModule.php, class WindModule
    所有module的基础抽象类
writeTableCloneProperty
in file WindModule.php, method WindModule::writeTableCloneProperty()
    类对象clone白名单

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