zoukankan      html  css  js  c++  java
  • yii源码二 -- interfaces

    path:framework/base/interfaces.php

    overview:This file contains core interfaces for Yii framework.

    interface IApplicationComponent:all application components must implement。
       在application完成配置后就调用init()初始化application。

    interface ICache:must be implemented by cache components。

    interface ICacheDependency:must be implemented by cache dependency classes.

    interface IStatePersister:must be implemented by state persister classes.

    interface IFilter:must be implemented by action filters.

    interface IAction:must be implemented by controller actions.

    interface IWebServiceProvider:may be implemented by Web service provider classes.

    interface IViewRenderer:is implemented by a view renderer class.

    interface IUserIdentity:is implemented by a user identity class.

    interface IWebUser:is implemented by a user application component}.

    interface IAuthManager:is implemented by an auth manager application component.

    interface IBehavior:is implemented by all behavior classes.

    interface IWidgetFactory:must be implemented by a widget factory class.

    interface IDataProvider:must be implemented by data provider classes.

    interface ILogFilter:must be implemented by log filters.

  • 相关阅读:
    JDK JRE Java虚拟机的关系
    apache和tomcat区别
    JBoss Web和 Tomcat的区别
    SOAP 与 restful service区别
    IntelliJ Idea 常用快捷键列表
    Win7用户文件夹转移
    相同IP和Mac地址的问题
    WebDriver 浅析
    Web UI 自动化测试
    python中xlrd模块的使用
  • 原文地址:https://www.cnblogs.com/thinksasa/p/3848993.html
Copyright © 2011-2022 走看看