Home
last modified time | relevance | path

Searched refs:NameableInterface (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php6 use Elastica\NameableInterface; alias
10 abstract class AbstractAggregation extends Param implements NameableInterface
37 public function setName(string $name): NameableInterface
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php6 use Elastica\NameableInterface; alias
12 abstract class AbstractSuggest extends Param implements NameableInterface
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DNameableInterface.php10 interface NameableInterface interface
H A DParam.php160 $arr[$value instanceof NameableInterface ? $value->getName() : $key] = $value->toArray();