You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
251 B
18 lines
251 B
11 years ago
|
<?php
|
||
|
/**
|
||
|
* Created by JetBrains PhpStorm.
|
||
|
* User: cebe
|
||
|
* Date: 30.09.13
|
||
|
* Time: 11:39
|
||
|
* To change this template use File | Settings | File Templates.
|
||
|
*/
|
||
|
|
||
|
namespace yii\elasticsearch;
|
||
|
|
||
|
|
||
|
use yii\base\Component;
|
||
|
|
||
|
class Query extends Component
|
||
|
{
|
||
|
|
||
|
}
|