Yii Framework 3.0 API Documentation
This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.
On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.
You can search API documentation using the search form on the top.
You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().
This page is also available in JSON format:curl https://www.yiiframework.com/doc/api/3.0/rbac-db -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\Rbac\Db\AssignmentsStorage | Warning: Do not use directly! Use with Manager from {@link https://github.com/yiisoft/rbac} package. |
| Yiisoft\Rbac\Db\Exception\SeparatorCollisionException | |
| Yiisoft\Rbac\Db\ItemTreeTraversal\CteItemTreeTraversal | A RBAC item tree traversal strategy based on CTE (common table expression). Uses WITH expression to form a
recursive query. The base queries are unified as much as possible to work for all RDBMS supported by Yii Database
with minimal differences. |
| Yiisoft\Rbac\Db\ItemTreeTraversal\ItemTreeTraversalFactory | A factory for creating item tree traversal strategy depending on used RDBMS. |
| Yiisoft\Rbac\Db\ItemTreeTraversal\ItemTreeTraversalInterface | An interface for retrieving hierarchical RBAC items' data in a more efficient way depending on used RDBMS and their versions. |
| Yiisoft\Rbac\Db\ItemTreeTraversal\MssqlCteItemTreeTraversal | An RBAC item tree traversal strategy based on CTE (common table expression) for SQL Server. |
| Yiisoft\Rbac\Db\ItemTreeTraversal\MysqlCteItemTreeTraversal | A RBAC item tree traversal strategy based on CTE (common table expression) for MySQL 8 and above (lower versions don't support this functionality). |
| Yiisoft\Rbac\Db\ItemTreeTraversal\MysqlItemTreeTraversal | An RBAC item tree traversal strategy based on specific functionality for MySQL 5, without support for CTE (Common Table Expressions). |
| Yiisoft\Rbac\Db\ItemTreeTraversal\OracleCteItemTreeTraversal | An RBAC item tree traversal strategy based on CTE (common table expression) for Oracle. |
| Yiisoft\Rbac\Db\ItemTreeTraversal\PostgresCteItemTreeTraversal | An RBAC item tree traversal strategy based on CTE (common table expression) for PostgreSQL. |
| Yiisoft\Rbac\Db\ItemTreeTraversal\SqliteCteItemTreeTraversal | An RBAC item tree traversal strategy based on CTE (common table expression) for SQLite. Should be used only with versions >= 3.8.3 (lower versions don't support this functionality). |
| Yiisoft\Rbac\Db\ItemsStorage | Warning: Do not use directly! Use with Manager from {@link https://github.com/yiisoft/rbac} package. |
| Yiisoft\Rbac\Db\TransactionalManagerDecorator |
Signup or Login in order to comment.