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()
该方法用于监听类属性
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()
执行类的初始化方法
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
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()
调用该方法启动应用
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白名单
|
|