类 |
描述 |
Yii |
Yii 是一个服务于通用框架功能的助手类. |
YiiRequirementChecker |
YiiRequirementChecker allows checking, if current system meets the requirements for running the Yii application. |
yii\BaseYii |
BaseYii 是 Yii 框架的核心助手类. |
yii\base\Action |
Action 是所有控制器动作类的基类. |
yii\base\ActionEvent |
ActionEvent 表示用于动作事件的事件参数. |
yii\base\ActionFilter |
ActionFilter 是动作过滤器的基类. |
yii\base\Application |
Application 是所有应用程序类的基类. |
yii\base\ArrayAccessTrait |
ArrayAccessTrait 为 IteratorAggregate, ArrayAccess 和 Countable 提供了实现. |
yii\base\Arrayable |
Arrayable 是要支持其实例的可自定义表示形式的类应实现的接口. |
yii\base\ArrayableTrait |
ArrayableTrait 提供 yii\base\Arrayable 接口的通用实现. |
yii\base\BaseObject |
BaseObject 是实现 属性(property) 特性的基类. |
yii\base\Behavior |
Behavior 是所有行为类的基类. |
yii\base\BootstrapInterface |
BootstrapInterface 是想要参与应用程序(application)引导过程的类应实现的接口. |
yii\base\Component |
Component 是实现 属性(property), 事件(event) 和 行为(behavior) 特性的基类. |
yii\base\Configurable |
Configurable 是应该由支持通过其构造函数的最后一个参数来配置其属性的类来实现的接口. |
yii\base\Controller |
Controller 是包含控制器逻辑的类的基类. |
yii\base\DynamicContentAwareInterface |
DynamicContentAwareInterface 是应该由支持 yii\base\View 动态内容功能的类实现的接口. |
yii\base\DynamicContentAwareTrait |
DynamicContentAwareTrait 为支持 yii\base\View 动态内容功能的类实现通用方法. |
yii\base\DynamicModel |
DynamicModel 是主要用于支持临时数据验证的模型类. |
yii\base\ErrorException |
ErrorException 表示 PHP 错误. |
yii\base\ErrorHandler |
ErrorHandler 处理未捕获的 PHP 错误和异常. |
yii\base\Event |
Event 是所有事件类的基类. |
yii\base\Exception |
Exception 表示所有用途的通用异常. |
yii\base\ExitException |
ExitException 表示应用程序的正常终止. |
yii\base\InlineAction |
InlineAction 表示定义为控制器方法的动作. |
yii\base\InvalidArgumentException |
InvalidArgumentException 表示由传递给方法的无效参数引起的异常. |
yii\base\InvalidCallException |
InvalidCallException 表示由于以错误的方式调用方法而引起的异常. |
yii\base\InvalidConfigException |
InvalidConfigException 表示由不正确的对象配置导致的异常. |
yii\base\InvalidParamException |
InvalidParamException 表示由传递给方法的无效参数引起的异常. |
yii\base\InvalidRouteException |
InvalidRouteException 表示由无效路由导致的异常. |
yii\base\InvalidValueException |
InvalidValueException 表示由函数返回意外类型的值引起的异常. |
yii\base\Model |
Model 是数据模型的基类. |
yii\base\ModelEvent |
ModelEvent 表示 yii\base\Model 事件所需的参数. |
yii\base\Module |
Module 是模块和应用程序类的基类. |
yii\base\NotSupportedException |
NotSupportedException 表示由于访问不支持的功能而导致的异常. |
yii\base\Object |
Object 是实现 属性(property) 特性的基类. |
yii\base\Request |
Request 表示由 应用程序 处理的请求. |
yii\base\Response |
Response 表示应用(yii\base\Application)对请求(yii\base\Request)的响应. |
yii\base\Security |
Security 提供了一组方法来处理与安全性相关的常见任务. |
yii\base\StaticInstanceInterface |
StaticInstanceInterface 是用于为类提供静态实例的接口, 可用于获取无法在静态方法中表示的类元信息(meta). |
yii\base\StaticInstanceTrait |
StaticInstanceTrait 提供了满足 yii\base\StaticInstanceInterface 接口的方法. |
yii\base\Theme |
Theme 表示应用程序主题. |
yii\base\UnknownClassException |
UnknownClassException 表示由于使用未知类导致的异常. |
yii\base\UnknownMethodException |
UnknownMethodException 表示由于访问未知对象方法而引起的异常. |
yii\base\UnknownPropertyException |
UnknownPropertyException 表示由于访问未知对象属性导致的异常. |
yii\base\UserException |
UserException 是要向最终用户显示的异常的基类. |
yii\base\View |
View 表示 MVC 模式中的视图对象. |
yii\base\ViewContextInterface |
ViewContextInterface 是想要支持相对视图名称的类应实现的接口. |
yii\base\ViewEvent |
ViewEvent 表示由 yii\base\View 组件触发的事件. |
yii\base\ViewNotFoundException |
ViewNotFoundException 表示未找到视图文件引起的异常. |
yii\base\ViewRenderer |
ViewRenderer 是视图渲染器类的基类. |
yii\base\Widget |
Widget 是小部件的基类. |
yii\base\WidgetEvent |
WidgetEvent 表示用于小部件事件的事件参数. |
yii\behaviors\AttributeBehavior |
当某些事件发生时, AttributeBehavior 会自动将指定的值分配给 ActiveRecord 对象的一个或多个属性. |
yii\behaviors\AttributeTypecastBehavior |
AttributeTypecastBehavior 提供模型属性类型自动转换的功能. |
yii\behaviors\AttributesBehavior |
当某些事件发生时, AttributesBehavior 会自动将指定的值分配给 ActiveRecord 对象的一个或多个属性. |
yii\behaviors\BlameableBehavior |
BlameableBehavior 使用当前用户ID自动填充指定的属性. |
yii\behaviors\CacheableWidgetBehavior |
可缓存小部件行为(Cacheable widget behavior)根据指定的持续时间和依赖性自动缓存小部件内容. |
yii\behaviors\OptimisticLockBehavior |
OptimisticLockBehavior 使用 optimisticLock() 返回的列名自动升级模型的锁定版本. |
yii\behaviors\SluggableBehavior |
SluggableBehavior 自动使用可以在 URL 中使用的 slug 值填充指定的属性. |
yii\behaviors\TimestampBehavior |
TimestampBehavior 自动使用当前时间戳填充指定的属性. |
yii\caching\ApcCache |
ApcCache provides APC caching in terms of an application component. |
yii\caching\ArrayCache |
ArrayCache provides caching for the current request only by storing the values in an array. |
yii\caching\Cache |
Cache is the base class for cache classes supporting different cache storage implementations. |
yii\caching\CacheInterface |
CacheInterface is the base interface for cache. |
yii\caching\ChainedDependency |
ChainedDependency represents a dependency which is composed of a list of other dependencies. |
yii\caching\DbCache |
DbCache implements a cache application component by storing cached data in a database. |
yii\caching\DbDependency |
DbDependency represents a dependency based on the query result of a SQL statement. |
yii\caching\DbQueryDependency |
DbQueryDependency represents a dependency based on the query result of an yii\db\QueryInterface instance. |
yii\caching\Dependency |
Dependency is the base class for cache dependency classes. |
yii\caching\DummyCache |
DummyCache is a placeholder cache component. |
yii\caching\ExpressionDependency |
ExpressionDependency represents a dependency based on the result of a PHP expression. |
yii\caching\FileCache |
FileCache implements a cache component using files. |
yii\caching\FileDependency |
FileDependency represents a dependency based on a file's last modification time. |
yii\caching\MemCache |
MemCache implements a cache application component based on memcache
and memcached. |
yii\caching\MemCacheServer |
MemCacheServer represents the configuration data for a single memcache or memcached server. |
yii\caching\TagDependency |
TagDependency associates a cached data item with one or multiple $tags. |
yii\caching\WinCache |
WinCache provides Windows Cache caching in terms of an application component. |
yii\caching\XCache |
XCache provides XCache caching in terms of an application component. |
yii\caching\ZendDataCache |
ZendDataCache provides Zend data caching in terms of an application component. |
yii\captcha\Captcha |
Captcha 渲染一个验证码(CAPTCHA)图像和一个用于用户输入验证码的输入字段. |
yii\captcha\CaptchaAction |
CaptchaAction 渲染一个验证码(CAPTCHA)图像. |
yii\captcha\CaptchaAsset |
该资源包提供 yii\captcha\Captcha 小部件所需的 javascript 文件. |
yii\captcha\CaptchaValidator |
CaptchaValidator 验证属性值与验证码(CAPTCHA)中显示的验证码相同. |
yii\console\Application |
Application 表示一个控制台应用程序. |
yii\console\Controller |
Controller 是控制台命令类的基类. |
yii\console\ErrorHandler |
ErrorHandler 处理未捕获的 PHP 错误和异常. |
yii\console\Exception |
Exception 表示由于错误的使用控制台命令导致的异常. |
yii\console\ExitCode |
此类提供了用于定义控制台命令退出(exit)代码的常量. |
yii\console\Markdown |
Markdown 解析器, 可增强 Markdown 以便在控制台环境中阅读. |
yii\console\Request |
控制台 Request 表示控制台应用程序的环境信息. |
yii\console\Response |
控制台 Response 表示控制台应用程序的结果. |
yii\console\UnknownCommandException |
UnknownCommandException 表示由于错误的使用控制台命令导致的异常. |
yii\console\controllers\AssetController |
Allows you to combine and compress your JavaScript and CSS files. |
yii\console\controllers\BaseMigrateController |
BaseMigrateController is the base class for migrate controllers. |
yii\console\controllers\CacheController |
允许你刷新缓存. |
yii\console\controllers\FixtureController |
Manages fixture data loading and unloading. |
yii\console\controllers\HelpController |
提供有关控制台命令的帮助信息. |
yii\console\controllers\MessageController |
Extracts messages to be translated from source files. |
yii\console\controllers\MigrateController |
管理应用程序迁移. |
yii\console\controllers\ServeController |
运行 PHP 内置的 Web 服务器. |
yii\console\widgets\Table |
Table 类在控制台中显示一个表格. |
yii\data\ActiveDataFilter |
ActiveDataFilter 允许以适合 yii\db\QueryInterface::where() 的格式构成过滤条件. |
yii\data\ActiveDataProvider |
ActiveDataProvider 实现基于 yii\db\Query 和 yii\db\ActiveQuery 的数据提供者. |
yii\data\ArrayDataProvider |
ArrayDataProvider 实现基于数据数组实现数据提供者. |
yii\data\BaseDataProvider |
BaseDataProvider 提供了一个实现 yii\data\DataProviderInterface 的基类. |
yii\data\DataFilter |
DataFilter 是用于处理查询过滤规范的特殊 yii\base\Model. |
yii\data\DataProviderInterface |
* DataProviderInterface 是必须由数据提供者类实现的接口. |
yii\data\Pagination |
Pagination 表示与数据项的分页有关的信息. |
yii\data\Sort |
Sort 表示与排序有关的信息. |
yii\data\SqlDataProvider |
SqlDataProvider 基于纯 SQL 语句实现数据提供者. |
yii\db\ActiveQuery |
ActiveQuery 表示与 Active Record 类关联的数据库查询. |
yii\db\ActiveQueryInterface |
ActiveQueryInterface 定义了要由活动记录查询类实现的公共接口. |
yii\db\ActiveQueryTrait |
ActiveQueryTrait 实现了活动记录查询类的常用方法和属性. |
yii\db\ActiveRecord |
ActiveRecord 是用对象表示关系数据的类的基类. |
yii\db\ActiveRecordInterface |
ActiveRecordInterface(ActiveRecord 接口). |
yii\db\ActiveRelationTrait |
ActiveRelationTrait 实现了活动记录关系查询的通用方法和属性. |
yii\db\AfterSaveEvent |
AfterSaveEvent 表示 yii\db\ActiveRecord::EVENT_AFTER_INSERT 和 yii\db\ActiveRecord::EVENT_AFTER_UPDATE 中可用的信息. |
yii\db\ArrayExpression |
ArrayExpression 类表示一个数组 SQL 表达式. |
yii\db\BaseActiveRecord |
ActiveRecord 是代表用对象表示关系数据的类的基类. |
yii\db\BatchQueryResult |
BatchQueryResult 表示批量查询, 你可以从中批量查询数据. |
yii\db\CheckConstraint |
CheckConstraint 表示数据表CHECK 约束的元数据. |
yii\db\ColumnSchema |
ColumnSchema 类描述数据库表中列的元数据. |
yii\db\ColumnSchemaBuilder |
ColumnSchemaBuilder 帮助使用 PHP 接口定义数据模式类型. |
yii\db\Command |
Command represents a SQL statement to be executed against a database. |
yii\db\Connection |
Connection 表示通过 PDO 与数据库的连接. |
yii\db\Constraint |
Constraint 表示数据表约束的元数据. |
yii\db\ConstraintFinderInterface |
ConstraintFinderInterface 定义用于获取表约束信息的方法. |
yii\db\ConstraintFinderTrait |
ConstraintFinderTrait 提供了获取表约束信息的方法. |
yii\db\DataReader |
DataReader 表示查询结果集中的行的仅前向流. |
yii\db\DefaultValueConstraint |
DefaultValueConstraint 表示数据表DEFAULT 约束的元数据. |
yii\db\Exception |
Exception 表示由于某些与数据库相关的操作导致的异常. |
yii\db\Expression |
Expression 表示不需要转义或引用的 DB 表达式. |
yii\db\ExpressionBuilder |
类 ExpressionBuilder 构建 yii\db\Expression 类的对象. |
yii\db\ExpressionBuilderInterface |
接口 ExpressionBuilderInterface 旨在从实现 yii\db\ExpressionInterface 的特定表达式对象构建原始 SQL. |
yii\db\ExpressionBuilderTrait |
特性 ExpressionBuilderTrait 为应该实现 yii\db\ExpressionBuilderInterface 的类提供了公共的构造函数. |
yii\db\ExpressionInterface |
接口 ExpressionInterface 应该用于标记类, 该类应以特殊方式构建. |
yii\db\ForeignKeyConstraint |
ForeignKeyConstraint 表示数据表FOREIGN KEY 约束的元数据. |
yii\db\IndexConstraint |
IndexConstraint 表示数据表INDEX 约束的元数据. |
yii\db\IntegrityException |
Exception 表示由于违反数据库约束而导致的异常. |
yii\db\JsonExpression |
JsonExpression 类表示应编码为 JSON 的数据. |
yii\db\Migration |
Migration(迁移) 是表示数据库迁移的基类. |
yii\db\MigrationInterface |
MigrationInterface 定义了数据库迁移要实现的最少方法集. |
yii\db\PdoValue |
PdoValue 类表示应该绑定到具有精确 $type 的 PDO 的 $value. |
yii\db\PdoValueBuilder |
PdoValueBuilder 类构建 yii\db\PdoValue 表达式类的对象. |
yii\db\Query |
Query 以独立于 DBMS 的方式表示 SELECT SQL 语句. |
yii\db\QueryBuilder |
QueryBuilder builds a SELECT SQL statement based on the specification given as a yii\db\Query object. |
yii\db\QueryExpressionBuilder |
QueryExpressionBuilder 类在内部用于使用统一的 yii\db\QueryBuilder 表达式构建接口来构建 yii\db\Query 对象. |
yii\db\QueryInterface |
QueryInterface 定义了数据库查询要实现的最小方法集. |
yii\db\QueryTrait |
BaseQuery trait 表示数据库 Query 的最小方法集. |
yii\db\Schema |
Schema is the base class for concrete DBMS-specific schema classes. |
yii\db\SchemaBuilderTrait |
SchemaBuilderTrait 包含创建 yii\db\ColumnSchemaBuilder 实例的快捷方法. |
yii\db\SqlToken |
SqlToken 表示由 yii\db\SqlTokenizer 或其子类生成的 SQL 令牌(token). |
yii\db\SqlTokenizer |
SqlTokenizer 将一个 SQL 查询拆分为单个 SQL 令牌(token). |
yii\db\StaleObjectException |
|
yii\db\TableSchema |
TableSchema 表示数据库表的元数据. |
yii\db\Transaction |
Transaction 表示一个数据库事务. |
yii\db\ViewFinderTrait |
ViewFinderTrait 实现了用于在数据库中查找视图的 getViewNames 方法. |
yii\db\conditions\AndCondition |
Condition that connects two or more SQL expressions with the AND operator. |
yii\db\conditions\BetweenColumnsCondition |
Class BetweenColumnCondition represents a BETWEEN condition where
values is between two columns. For example: |
yii\db\conditions\BetweenColumnsConditionBuilder |
Class BetweenColumnsConditionBuilder builds objects of yii\db\conditions\BetweenColumnsCondition |
yii\db\conditions\BetweenCondition |
Class BetweenCondition represents a BETWEEN condition. |
yii\db\conditions\BetweenConditionBuilder |
Class BetweenConditionBuilder builds objects of yii\db\conditions\BetweenCondition |
yii\db\conditions\ConditionInterface |
Interface ConditionInterface should be implemented by classes that represent a condition
in DBAL of framework. |
yii\db\conditions\ConjunctionCondition |
Class ConjunctionCondition |
yii\db\conditions\ConjunctionConditionBuilder |
Class ConjunctionConditionBuilder builds objects of abstract class yii\db\conditions\ConjunctionCondition |
yii\db\conditions\ExistsCondition |
Condition that represents EXISTS operator. |
yii\db\conditions\ExistsConditionBuilder |
Class ExistsConditionBuilder builds objects of yii\db\conditions\ExistsCondition |
yii\db\conditions\HashCondition |
Condition based on column-value pairs. |
yii\db\conditions\HashConditionBuilder |
Class HashConditionBuilder builds objects of yii\db\conditions\HashCondition |
yii\db\conditions\InCondition |
Class InCondition represents IN condition. |
yii\db\conditions\InConditionBuilder |
Class InConditionBuilder builds objects of yii\db\conditions\InCondition |
yii\db\conditions\LikeCondition |
Class LikeCondition represents a LIKE condition. |
yii\db\conditions\LikeConditionBuilder |
Class LikeConditionBuilder builds objects of yii\db\conditions\LikeCondition |
yii\db\conditions\NotCondition |
Condition that inverts passed condition. |
yii\db\conditions\NotConditionBuilder |
Class NotConditionBuilder builds objects of yii\db\conditions\NotCondition |
yii\db\conditions\OrCondition |
Condition that connects two or more SQL expressions with the AND operator. |
yii\db\conditions\SimpleCondition |
Class SimpleCondition represents a simple condition like "column" operator value . |
yii\db\conditions\SimpleConditionBuilder |
Class NotConditionBuilder builds objects of yii\db\conditions\SimpleCondition |
yii\db\cubrid\ColumnSchemaBuilder |
ColumnSchemaBuilder is the schema builder for Cubrid databases. |
yii\db\cubrid\QueryBuilder |
QueryBuilder is the query builder for CUBRID databases (version 9.3.x and higher). |
yii\db\cubrid\Schema |
Schema is the class for retrieving metadata from a CUBRID database (version 9.3.x and higher). |
yii\db\cubrid\conditions\LikeConditionBuilder |
|
yii\db\mssql\ColumnSchema |
Class ColumnSchema for MSSQL database |
yii\db\mssql\PDO |
This is an extension of the default PDO class of MSSQL and DBLIB drivers. |
yii\db\mssql\QueryBuilder |
QueryBuilder is the query builder for MS SQL Server databases (version 2008 and above). |
yii\db\mssql\Schema |
Schema is the class for retrieving metadata from MS SQL Server databases (version 2008 and above). |
yii\db\mssql\SqlsrvPDO |
This is an extension of the default PDO class of SQLSRV driver. |
yii\db\mssql\TableSchema |
TableSchema represents the metadata of a database table. |
yii\db\mssql\conditions\InConditionBuilder |
|
yii\db\mssql\conditions\LikeConditionBuilder |
|
yii\db\mysql\ColumnSchema |
Class ColumnSchema for MySQL database |
yii\db\mysql\ColumnSchemaBuilder |
ColumnSchemaBuilder is the schema builder for MySQL databases. |
yii\db\mysql\JsonExpressionBuilder |
Class JsonExpressionBuilder builds yii\db\JsonExpression for MySQL DBMS. |
yii\db\mysql\QueryBuilder |
QueryBuilder is the query builder for MySQL databases. |
yii\db\mysql\Schema |
Schema is the class for retrieving metadata from a MySQL database (version 4.1.x and 5.x). |
yii\db\oci\ColumnSchemaBuilder |
ColumnSchemaBuilder is the schema builder for Oracle databases. |
yii\db\oci\Command |
Command represents an Oracle SQL statement to be executed against a database. |
yii\db\oci\QueryBuilder |
QueryBuilder is the query builder for Oracle databases. |
yii\db\oci\Schema |
Schema is the class for retrieving metadata from an Oracle database. |
yii\db\oci\conditions\InConditionBuilder |
|
yii\db\oci\conditions\LikeConditionBuilder |
|
yii\db\pgsql\ArrayExpressionBuilder |
Class ArrayExpressionBuilder builds yii\db\ArrayExpression for PostgreSQL DBMS. |
yii\db\pgsql\ArrayParser |
The class converts PostgreSQL array representation to PHP array |
yii\db\pgsql\ColumnSchema |
Class ColumnSchema for PostgreSQL database. |
yii\db\pgsql\JsonExpressionBuilder |
Class JsonExpressionBuilder builds yii\db\JsonExpression for PostgreSQL DBMS. |
yii\db\pgsql\QueryBuilder |
QueryBuilder is the query builder for PostgreSQL databases. |
yii\db\pgsql\Schema |
Schema is the class for retrieving metadata from a PostgreSQL database
(version 9.x and above). |
yii\db\sqlite\ColumnSchemaBuilder |
ColumnSchemaBuilder is the schema builder for Sqlite databases. |
yii\db\sqlite\Command |
Command represents an SQLite's SQL statement to be executed against a database. |
yii\db\sqlite\QueryBuilder |
QueryBuilder is the query builder for SQLite databases. |
yii\db\sqlite\Schema |
Schema is the class for retrieving metadata from a SQLite (2/3) database. |
yii\db\sqlite\SqlTokenizer |
SqlTokenizer splits SQLite query into individual SQL tokens. |
yii\db\sqlite\conditions\InConditionBuilder |
|
yii\db\sqlite\conditions\LikeConditionBuilder |
|
yii\di\Container |
容器(Container)实现 依赖注入 容器. |
yii\di\Instance |
实例(Instance)表示对依赖项注入(DI)容器或服务定位器中的命名对象的引用. |
yii\di\NotInstantiableException |
NotInstantiableException 表示由于不正确的依赖注入容器配置或使用导致的异常. |
yii\di\ServiceLocator |
ServiceLocator 实现了一个 服务定位器. |
yii\filters\AccessControl |
AccessControl 基于一组规则(rules)提供简单的访问控制. |
yii\filters\AccessRule |
该类表示由 yii\filters\AccessControl 动作过滤器定义的访问规则. |
yii\filters\AjaxFilter |
AjaxFilter 允许仅限于 Ajax 请求的访问. |
yii\filters\ContentNegotiator |
ContentNegotiator 支持响应格式处理和应用程序语言处理. |
yii\filters\Cors |
Cors 过滤器实现了 跨源资源共享(Cross Origin Resource Sharing). |
yii\filters\HostControl |
HostControl 提供对请求的主机名的简单控制. |
yii\filters\HttpCache |
HttpCache 通过使用Last-Modified 和ETag HTTP 标头来实现客户端缓存. |
yii\filters\PageCache |
PageCache 实现整个页面的服务器端缓存. |
yii\filters\RateLimitInterface |
RateLimitInterface 是可由身份对象实施以实施速率限制的接口. |
yii\filters\RateLimiter |
RateLimiter 基于 leaky bucket algorithm 实现了一种速率限制算法. |
yii\filters\VerbFilter |
VerbFilter 是一个动作过滤器, 它通过 HTTP 请求方法进行过滤. |
yii\filters\auth\AuthInterface |
AuthInterface 是应该由 auth 方法类实现的接口. |
yii\filters\auth\AuthMethod |
AuthMethod 是实现 yii\filters\auth\AuthInterface 接口的基类. |
yii\filters\auth\CompositeAuth |
CompositeAuth 是一个动作过滤器, 可同时支持多种身份验证方法. |
yii\filters\auth\HttpBasicAuth |
HttpBasicAuth 是支持 HTTP 基本身份验证方法的动作过滤器. |
yii\filters\auth\HttpBearerAuth |
HttpBearerAuth 是一个动作过滤器, 它支持基于 HTTP Bearer token 的身份验证方法. |
yii\filters\auth\HttpHeaderAuth |
HttpHeaderAuth 是一个动作过滤器, 它支持通过 HTTP 标头进行 HTTP 身份验证. |
yii\filters\auth\QueryParamAuth |
QueryParamAuth 是一个动作过滤器, 它支持基于通过查询参数传递的访问令牌的身份验证. |
yii\grid\ActionColumn |
ActionColumn 是 yii\grid\GridView 小部件的列, 显示用于查看和操作项目的按钮. |
yii\grid\CheckboxColumn |
CheckboxColumn 在网格视图中显示一列复选框. |
yii\grid\Column |
Column 是所有 yii\grid\GridView 列类的基类. |
yii\grid\DataColumn |
DataColumn 是 yii\grid\GridView 小部件的默认列类型. |
yii\grid\GridView |
GridView 小部件用于在网格中显示数据. |
yii\grid\GridViewAsset |
该资源包提供 yii\grid\GridView 小部件所需的 JavaScript 文件. |
yii\grid\RadioButtonColumn |
RadioButtonColumn 在网格视图中显示一列单选按钮. |
yii\grid\SerialColumn |
SerialColumn 显示一列行号(从1 开始). |
yii\helpers\ArrayHelper |
ArrayHelper 提供了可以在应用程序中使用的额外的数组功能. |
yii\helpers\BaseArrayHelper |
BaseArrayHelper 为 yii\helpers\ArrayHelper 提供了具体的实现方法. |
yii\helpers\BaseConsole |
BaseConsole 为 yii\helpers\Console 提供了具体的实现方法. |
yii\helpers\BaseFileHelper |
BaseFileHelper 为 yii\helpers\FileHelper 提供了具体的实现方法. |
yii\helpers\BaseFormatConverter |
BaseFormatConverter 为 yii\helpers\FormatConverter 提供了具体的实现方法. |
yii\helpers\BaseHtml |
BaseHtml 为 yii\helpers\Html 提供了具体的实现方法. |
yii\helpers\BaseHtmlPurifier |
BaseHtmlPurifier 为 yii\helpers\HtmlPurifier 提供了具体的实现方法. |
yii\helpers\BaseInflector |
BaseInflector 为 yii\helpers\Inflector 提供了具体的实现方法. |
yii\helpers\BaseIpHelper |
BaseIpHelper 为 yii\helpers\IpHelper 提供了具体的实现方法. |
yii\helpers\BaseJson |
BaseJson 为 yii\helpers\Json 提供了具体的实现方法. |
yii\helpers\BaseMarkdown |
BaseMarkdown 为 yii\helpers\Markdown 提供了具体的实现方法. |
yii\helpers\BaseStringHelper |
BaseStringHelper 为 yii\helpers\StringHelper 提供了具体的实现方法. |
yii\helpers\BaseUrl |
BaseUrl 为 yii\helpers\Url 提供了具体的实现方法. |
yii\helpers\BaseVarDumper |
BaseVarDumper 为 yii\helpers\VarDumper 提供了具体的实现方法. |
yii\helpers\Console |
控制台助手为命令行相关任务提供了有用的方法, 例如获取输入或格式化/着色输出. |
yii\helpers\FileHelper |
文件系统助手类. |
yii\helpers\FormatConverter |
FormatConverter 提供了在不同模式之间转换时间格式的功能. |
yii\helpers\Html |
Html 提供了一组用于生成常用 HTML 标签的静态方法. |
yii\helpers\HtmlPurifier |
HtmlPurifier 提供了从任何有害代码中清除 HTML 的功能. |
yii\helpers\Inflector |
Inflector 将英文名词复数化或单一化. 它还包含一些其它有用的方法. |
yii\helpers\IpHelper |
IpHelper 类提供了一组与 IP 相关的静态方法. |
yii\helpers\Json |
Json 是一个提供 JSON 数据编码和解码的助手类. |
yii\helpers\Markdown |
Markdown 提供了将 markdown 转换为 HTML 的功能. |
yii\helpers\ReplaceArrayValue |
表示在执行 yii\helpers\ArrayHelper::merge() 时替换数组值的对象. |
yii\helpers\StringHelper |
StringHelper 字符串助手类. |
yii\helpers\UnsetArrayValue |
表示在执行 yii\helpers\ArrayHelper::merge() 时删除数组值的对象. |
yii\helpers\Url |
Url 提供了一组用于管理 URL 的静态方法. |
yii\helpers\VarDumper |
VarDumper 旨在替代有缺陷的 PHP 函数var_dump 和print_r . |
yii\i18n\DbMessageSource |
DbMessageSource extends yii\i18n\MessageSource and represents a message source that stores translated
messages in database. |
yii\i18n\Formatter |
Formatter provides a set of commonly used data formatting methods. |
yii\i18n\GettextFile |
GettextFile is the base class for representing a Gettext message file. |
yii\i18n\GettextMessageSource |
GettextMessageSource represents a message source that is based on GNU Gettext. |
yii\i18n\GettextMoFile |
GettextMoFile represents an MO Gettext message file. |
yii\i18n\GettextPoFile |
GettextPoFile represents a PO Gettext message file. |
yii\i18n\I18N |
I18N provides features related with internationalization (I18N) and localization (L10N). |
yii\i18n\Locale |
Locale provides various locale information via convenient methods. |
yii\i18n\MessageFormatter |
MessageFormatter allows formatting messages via ICU message format. |
yii\i18n\MessageSource |
MessageSource is the base class for message translation repository classes. |
yii\i18n\MissingTranslationEvent |
MissingTranslationEvent represents the parameter for the yii\i18n\MessageSource::EVENT_MISSING_TRANSLATION event. |
yii\i18n\PhpMessageSource |
PhpMessageSource represents a message source that stores translated messages in PHP scripts. |
yii\log\DbTarget |
DbTarget stores log messages in a database table. |
yii\log\Dispatcher |
Dispatcher manages a set of log targets. |
yii\log\EmailTarget |
EmailTarget sends selected log messages to the specified email addresses. |
yii\log\FileTarget |
FileTarget records log messages in a file. |
yii\log\LogRuntimeException |
LogRuntimeException 表示由于日志传递问题导致的异常. |
yii\log\Logger |
Logger records logged messages in memory and sends them to different targets if $dispatcher is set. |
yii\log\SyslogTarget |
SyslogTarget writes log to syslog. |
yii\log\Target |
Target is the base class for all log target classes. |
yii\mail\BaseMailer |
BaseMailer serves as a base class that implements the basic functions required by yii\mail\MailerInterface. |
yii\mail\BaseMessage |
BaseMessage serves as a base class that implements the send() method required by yii\mail\MessageInterface. |
yii\mail\MailEvent |
MailEvent represents the event parameter used for events triggered by yii\mail\BaseMailer. |
yii\mail\MailerInterface |
MailerInterface is the interface that should be implemented by mailer classes. |
yii\mail\MessageInterface |
MessageInterface is the interface that should be implemented by mail message classes. |
yii\mutex\DbMutex |
DbMutex is the base class for classes, which relies on database while implementing mutex "lock" mechanism. |
yii\mutex\FileMutex |
FileMutex implements mutex "lock" mechanism via local file system files. |
yii\mutex\Mutex |
The Mutex component allows mutual execution of concurrent processes in order to prevent "race conditions". |
yii\mutex\MysqlMutex |
MysqlMutex implements mutex "lock" mechanism via MySQL locks. |
yii\mutex\OracleMutex |
OracleMutex implements mutex "lock" mechanism via Oracle locks. |
yii\mutex\PgsqlMutex |
PgsqlMutex implements mutex "lock" mechanism via PgSQL locks. |
yii\mutex\RetryAcquireTrait |
Trait RetryAcquireTrait. |
yii\rbac\Assignment |
Assignment represents an assignment of a role to a user. |
yii\rbac\BaseManager |
BaseManager is a base class implementing yii\rbac\ManagerInterface for RBAC management. |
yii\rbac\CheckAccessInterface |
For more details and usage information on CheckAccessInterface, see the guide article on security authorization. |
yii\rbac\DbManager |
DbManager represents an authorization manager that stores authorization information in database. |
yii\rbac\Item |
For more details and usage information on Item, see the guide article on security authorization. |
yii\rbac\ManagerInterface |
For more details and usage information on ManagerInterface, see the guide article on security authorization. |
yii\rbac\Permission |
For more details and usage information on Permission, see the guide article on security authorization. |
yii\rbac\PhpManager |
PhpManager represents an authorization manager that stores authorization
information in terms of a PHP script file. |
yii\rbac\Role |
For more details and usage information on Role, see the guide article on security authorization. |
yii\rbac\Rule |
Rule represents a business constraint that may be associated with a role, permission or assignment. |
yii\rest\Action |
Action 是实现 RESTful API 的动作类的基类. |
yii\rest\ActiveController |
ActiveController 实现了一组通用的操作, 以支持对 ActiveRecord 的 RESTful 访问. |
yii\rest\Controller |
Controller 是 RESTful API 控制器类的基类. |
yii\rest\CreateAction |
CreateAction 实现 API 断点, 以便根据给定数据创建新模型. |
yii\rest\DeleteAction |
DeleteAction 实现用于删除模型的 API 端点. |
yii\rest\IndexAction |
IndexAction 实现用于列出多个模型的 API 端点. |
yii\rest\OptionsAction |
OptionsAction 通过发送回Allow 标头来响应 OPTIONS 请求. |
yii\rest\Serializer |
Serializer 将字段对象和集合转换为数组表示形式. |
yii\rest\UpdateAction |
UpdateAction 实现用于更新模型的 API 端点. |
yii\rest\UrlRule |
提供 UrlRule 可以简化 RESTful API 支持的 URL 规则的创建. |
yii\rest\ViewAction |
ViewAction 实现 API 端点以返回有关模型的详细信息. |
yii\test\ActiveFixture |
ActiveFixture represents a fixture backed up by a ActiveRecord class or a database table. |
yii\test\ArrayFixture |
ArrayFixture represents arbitrary fixture that can be loaded from PHP files. |
yii\test\BaseActiveFixture |
BaseActiveFixture is the base class for fixture classes that support accessing fixture data as ActiveRecord objects. |
yii\test\DbFixture |
DbFixture is the base class for DB-related fixtures. |
yii\test\FileFixtureTrait |
FileFixtureTrait provides functionalities for loading data fixture from file. |
yii\test\Fixture |
Fixture represents a fixed state of a test environment. |
yii\test\FixtureTrait |
FixtureTrait provides functionalities for loading, unloading and accessing fixtures for a test case. |
yii\test\InitDbFixture |
InitDbFixture represents the initial state needed for DB-related tests. |
yii\validators\BooleanValidator |
BooleanValidator 检查属性值是否为布尔值. |
yii\validators\CompareValidator |
CompareValidator 将指定的属性值与另一个值进行比较. |
yii\validators\DateValidator |
DateValidator 验证属性是否以适当的 格式 表示日期, 时间或日期时间. |
yii\validators\DefaultValueValidator |
DefaultValueValidator 将属性设置为指定的默认值. |
yii\validators\EachValidator |
EachValidator 通过根据嵌入式验证规则检查每个元素来验证数组. |
yii\validators\EmailValidator |
EmailValidator 验证属性值是否是一个有效的电子邮件地址. |
yii\validators\ExistValidator |
ExistValidator 验证表中是否存在属性值. |
yii\validators\FileValidator |
FileValidator 验证属性是否正在接收有效的上传文件. |
yii\validators\FilterValidator |
FilterValidator 根据过滤器转换属性值. |
yii\validators\ImageValidator |
ImageValidator 验证属性是否正在接收有效的图像. |
yii\validators\InlineValidator |
InlineValidator 表示一个验证器, 它被定义为要验证的对象中的方法. |
yii\validators\IpValidator |
该验证器检查属性值是否是有效的 IPv4/IPv6 地址或子网. |
yii\validators\NumberValidator |
NumberValidator 验证属性值是否为数字. |
yii\validators\PunycodeAsset |
该资源包提供 yii\validators\EmailValidator 客户端验证所需的 JavaScript 文件. |
yii\validators\RangeValidator |
RangeValidator 验证属性值是否在值列表中. |
yii\validators\RegularExpressionValidator |
RegularExpressionValidator 验证属性值是否与指定的 $pattern 匹配. |
yii\validators\RequiredValidator |
RequiredValidator 验证指定的属性没有null 值或空值. |
yii\validators\SafeValidator |
SafeValidator 作为一个虚拟验证器, 其主要目的是将属性标记为对于大规模(批量)分配来说是安全的. |
yii\validators\StringValidator |
StringValidator 验证属性值是否具有一定的长度. |
yii\validators\UniqueValidator |
UniqueValidator 验证属性值在指定的数据库表中是唯一的. |
yii\validators\UrlValidator |
UrlValidator 验证属性值是有效的http 或https URL. |
yii\validators\ValidationAsset |
该资源包提供了用于客户端验证的 JavaScript 文件. |
yii\validators\Validator |
Validator 是所有验证器的基类. |
yii\web\Application |
Application 是所有 Web 应用程序类的基类. |
yii\web\AssetBundle |
AssetBundle 表示资源文件的集合, 如样式(CSS), 脚本(JS), 图像(images). |
yii\web\AssetConverter |
AssetConverter 支持将几种流行的脚本格式转换为 JS 或 CSS 脚本. |
yii\web\AssetConverterInterface |
AssetConverterInterface 必须由资源转换器类实现. |
yii\web\AssetManager |
AssetManager 管理资源包的配置和加载. |
yii\web\BadRequestHttpException |
BadRequestHttpException 表示状态码为400 的 HTTP "Bad Request"(服务器未能理解请求)异常. |
yii\web\CacheSession |
CacheSession 使用缓存作为存储介质来实现会话(session)组件. |
yii\web\CompositeUrlRule |
CompositeUrlRule 是 URL 规则类的基类, URL 规则类包含多个更简单的规则. |
yii\web\ConflictHttpException |
ConflictHttpException 表示状态码为409 的 HTTP "Conflict"(由于冲突,请求无法被完成)异常. |
yii\web\Controller |
Controller 是 Web 控制器的基类. |
yii\web\Cookie |
Cookie 表示与 cookie 相关的信息, 如 $name, $value, $domain 等. |
yii\web\CookieCollection |
CookieCollection 维护当前请求中可用的 Cookie. |
yii\web\DbSession |
DbSession 通过使用数据库作为会话(session)数据存储来扩展 yii\web\Session. |
yii\web\ErrorAction |
ErrorAction 使用指定的视图显示应用程序错误. |
yii\web\ErrorHandler |
ErrorHandler 处理未捕获的 PHP 错误和异常. |
yii\web\ForbiddenHttpException |
ForbiddenHttpException 表示状态码为403 的 HTTP "Forbidden"(对被请求页面的访问被禁止)异常. |
yii\web\GoneHttpException |
GoneHttpException 表示状态码为410 的 HTTP "Gone"(被请求的页面不可用)异常. |
yii\web\GroupUrlRule |
GroupUrlRule 表示在模式和路由中共享相同前缀的 URL 规则的集合. |
yii\web\HeaderCollection |
yii\web\Response 使用 HeaderCollection 来维护当前注册的 HTTP 标头. |
yii\web\HeadersAlreadySentException |
HeadersAlreadySentException 表示由于发送 Web 响应之前已经发送的任何头部导致的异常. |
yii\web\HtmlResponseFormatter |
HtmlResponseFormatter 将给定的数据格式化为 HTML 响应内容. |
yii\web\HttpException |
HttpException 表示由最终用户的不正确请求导致的异常. |
yii\web\IdentityInterface |
IdentityInterface 是应该由提供身份信息的类实现的接口. |
yii\web\JqueryAsset |
该资源包提供了 jQuery JavaScript 库. |
yii\web\JsExpression |
JsExpression 将一个字符串标记为 JavaScript 表达式. |
yii\web\JsonParser |
使用 yii\helpers\Json::decode() 解析原始 HTTP 请求. |
yii\web\JsonResponseFormatter |
JsonResponseFormatter 将给定的数据格式化为 JSON 或 JSONP 响应内容. |
yii\web\Link |
Link 表示 JSON 超媒体 API 语言 中定义的链接对象. |
yii\web\Linkable |
Linkable 是应该由通常表示可定位资源的类实现的接口. |
yii\web\MethodNotAllowedHttpException |
MethodNotAllowedHttpException 表示状态码为405 的 HTTP "Method Not Allowed"(请求中指定的方法不被允许)异常. |
yii\web\MultiFieldSession |
MultiFieldSession 是具有多字段数据存储支持的会话(session)存储实现的基类. |
yii\web\MultipartFormDataParser |
MultipartFormDataParser 解析编码为multipart/form-data 的内容. |
yii\web\NotAcceptableHttpException |
NotAcceptableHttpException 表示状态码为406 的 HTTP "Not Acceptable"(服务器生成的响应无法被客户端所接受)异常. |
yii\web\NotFoundHttpException |
NotFoundHttpException 表示状态码为404 的 HTTP "Not Found"(服务器无法找到被请求的页面)异常. |
yii\web\RangeNotSatisfiableHttpException |
RangeNotSatisfiableHttpException 表示状态码为416 的 HTTP "Range Not Satisfiable"(服务器不能满足客户在请求中指定的 Range 头)异常. |
yii\web\Request |
Web Request 类表示一个 HTTP 请求. |
yii\web\RequestParserInterface |
RequestParserInterface 用于将原始请求主体解析为参数数组的类的接口. |
yii\web\Response |
Web Response 类表示一个 HTTP 响应. |
yii\web\ResponseFormatterInterface |
ResponseFormatterInterface 指定在发送响应之前格式化响应所需的接口. |
yii\web\ServerErrorHttpException |
ServerErrorHttpException 表示状态码为500 的 HTTP "Internal Server Error"(服务器内部错误,无法完成请求)异常. |
yii\web\Session |
Session 提供 session 数据管理和相关配置. |
yii\web\SessionIterator |
SessionIterator 实现了一个 迭代器 来遍历 yii\web\Session 管理的会话(session)变量. |
yii\web\TooManyRequestsHttpException |
TooManyRequestsHttpException 表示状态码为429 的 HTTP "Too Many Requests"(太多请求)异常. |
yii\web\UnauthorizedHttpException |
UnauthorizedHttpException 表示状态码为401 的 HTTP "Unauthorized"(被请求的页面需要用户名和密码)异常. |
yii\web\UnprocessableEntityHttpException |
UnprocessableEntityHttpException 表示状态码为422 的 HTTP "Unprocessable Entity"(请求格式正确,但是由于含有语义错误,无法响应)异常. |
yii\web\UnsupportedMediaTypeHttpException |
UnsupportedMediaTypeHttpException 表示状态码为415 的 HTTP "Unsupported Media Type"(由于媒介类型不被支持,服务器不会接受请求)异常. |
yii\web\UploadedFile |
UploadedFile 表示上传文件的信息. |
yii\web\UrlManager |
UrlManager 根据一组规则处理 HTTP 请求解析和 URL 的创建. |
yii\web\UrlNormalizer |
UrlNormalizer 规范化 yii\web\UrlManager 和 yii\web\UrlRule 的 URL. |
yii\web\UrlNormalizerRedirectException |
UrlNormalizerRedirectException 表示在 URL 规范化过程中执行的重定向信息. |
yii\web\UrlRule |
UrlRule 表示 yii\web\UrlManager 用于解析和生成 URL 的规则. |
yii\web\UrlRuleInterface |
UrlRuleInterface 是 URL 规则类应实现的接口. |
yii\web\User |
User 是用于管理用户身份验证状态的user 应用程序组件的类. |
yii\web\UserEvent |
此事件类用于由 yii\web\User 类触发的事件. |
yii\web\View |
View 表示 MVC 模式中的视图对象. |
yii\web\ViewAction |
ViewAction 表示根据用户指定的参数显示视图的动作. |
yii\web\XmlResponseFormatter |
XmlResponseFormatter 将给定的数据格式化为 XML 响应内容. |
yii\web\YiiAsset |
该资源包提供了 Yii 框架的基础脚本(JavaScript)文件. |
yii\widgets\ActiveField |
ActiveField 表示 yii\widgets\ActiveForm 中的表单输入字段. |
yii\widgets\ActiveForm |
ActiveForm 是一个小部件, 可为一个或多个数据模型构建交互式 HTML 表单. |
yii\widgets\ActiveFormAsset |
该资源包提供 yii\widgets\ActiveForm 小部件所需的 JS 文件. |
yii\widgets\BaseListView |
BaseListView 是数据提供者显示数据的小部件(如 ListView 和 GridView )的基类. |
yii\widgets\Block |
Block 记录在 begin() 和 end() 之间的所有输出, 并将其存储在 yii\base\View::$blocks 中供以后使用. |
yii\widgets\Breadcrumbs |
Breadcrumbs(面包屑)显示一个链接列表, 这些链接指示当前页面在整个站点层次结构中的位置. |
yii\widgets\ContentDecorator |
ContentDecorator 记录 begin() 和 end() 之间的所有输出, 并将其作为$content 传递给给定的视图文件, 然后回显渲染结果. |
yii\widgets\DetailView |
DetailView 显示单个数据 模型 的细节. |
yii\widgets\FragmentCache |
yii\base\View 使用 FragmentCache 提供页面片段的缓存. |
yii\widgets\InputWidget |
InputWidget 是收集用户输入的小部件的基类. |
yii\widgets\LinkPager |
LinkPager 显示导航到不同页面目标的超链接列表. |
yii\widgets\LinkSorter |
LinkSorter 渲染给定排序定义的排序链接列表. |
yii\widgets\ListView |
ListView 小部件用于显示来自数据提供者的数据. 使用指定的视图渲染每个数据模型都. |
yii\widgets\MaskedInput |
MaskedInput 生成一个掩码文本输入. |
yii\widgets\MaskedInputAsset |
该资源包提供 yii\widgets\MaskedInput 小部件所需的 JS 文件. |
yii\widgets\Menu |
Menu 使用嵌套的 HTML 列表显示多级菜单. |
yii\widgets\Pjax |
Pjax 是一个集成了 pjax jQuery 插件的小部件. |
yii\widgets\PjaxAsset |
该资源包提供 yii\widgets\Pjax 小部件所需的 JS 文件. |
yii\widgets\Spaceless |
Spaceless 小部件可删除 HTML 标签之间的空白字符. HTML 标签内或纯文本中的空格始终保持不变. |