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.

  • 相关阅读:
    docker
    电商项目查询模块思路(ElasticSearch)
    Elasticsearch简单的使用步骤以及查询模块的实现
    string常用方法
    通用 Mapper常用方法
    Linux防火墙操作
    简单SQL语句
    InnoDB基础
    浅析索引
    python爬虫面试题集锦及答案
  • 原文地址:https://www.cnblogs.com/thinksasa/p/3848993.html
Copyright © 2011-2022 走看看