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/db-elasticsearch -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\Db\ElasticSearch\ActiveDataProvider | ActiveDataProvider is an enhanced version of \yii\data\ActiveDataProvider specific to the ElasticSearch. |
| Yiisoft\Db\ElasticSearch\ActiveFixture | ActiveFixture represents a fixture for testing backed up by an modelClass or an elastic search index. |
| Yiisoft\Db\ElasticSearch\ActiveQuery | ActiveQuery represents a Yiisoft\Db\ElasticSearch\Query associated with an Yiisoft\Db\ElasticSearch\ActiveRecord class. |
| Yiisoft\Db\ElasticSearch\ActiveRecord | ActiveRecord is the base class for classes representing relational data in terms of objects. |
| Yiisoft\Db\ElasticSearch\BatchQueryResult | BatchQueryResult represents a batch query from which you can retrieve data in batches. |
| Yiisoft\Db\ElasticSearch\BulkCommand | The Yiisoft\Db\ElasticSearch\BulkCommand class implements the API for accessing the elasticsearch bulk REST API. |
| Yiisoft\Db\ElasticSearch\Command | The Command class implements the API for accessing the elasticsearch REST API. |
| Yiisoft\Db\ElasticSearch\Connection | Elasticsearch Connection is used to connect to an elasticsearch cluster version 0.20 or higher |
| Yiisoft\Db\ElasticSearch\DebugAction | Debug Action is used by Yiisoft\Db\ElasticSearch\DebugPanel to perform elasticsearch queries using ajax. |
| Yiisoft\Db\ElasticSearch\DebugPanel | Debugger panel that collects and displays elasticsearch queries performed. |
| Yiisoft\Db\ElasticSearch\ElasticsearchTarget | ElasticsearchTarget stores log messages in a elasticsearch index. |
| Yiisoft\Db\ElasticSearch\Exception | Exception represents an exception that is caused by elasticsearch-related operations. |
| Yiisoft\Db\ElasticSearch\Query | Query represents a query to the search API of elasticsearch. |
| Yiisoft\Db\ElasticSearch\QueryBuilder | QueryBuilder builds an elasticsearch query based on the specification given as a Yiisoft\Db\ElasticSearch\Query object. |
Signup or Login in order to comment.