Something went wrong on our end
Forked from
Pavel / search-es
28 commits behind the upstream repository.
Esable.php 225 B
<?php
namespace IQDEV\ElasticSearch;
interface Esable
{
/**
* Получить структуру данных для запроса в Elasticsearch
* @return array
*/
public function es(): array;
}