mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
16 lines
251 B
PHP
16 lines
251 B
PHP
<?php
|
|
/**
|
|
*
|
|
*
|
|
* @author Carsten Brandt <mail@cebe.cc>
|
|
*/
|
|
|
|
namespace yii\elasticsearch;
|
|
|
|
|
|
use yii\base\Object;
|
|
|
|
class Cluster extends Object
|
|
{
|
|
// TODO implement http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster.html
|
|
} |