Home
last modified time | relevance | path

Searched refs:_facades (Results 1 – 1 of 1) sorted by path

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQueryBuilder.php25 private $_facades = []; variable in Elastica\\QueryBuilder
47 if (false === isset($this->_facades[$dsl])) {
51 return $this->_facades[$dsl];
59 $this->_facades[$dsl->getType()] = new Facade($dsl, $this->_version);
73 return $this->_facades[DSL::TYPE_QUERY];
83 return $this->_facades[DSL::TYPE_AGGREGATION];
93 return $this->_facades[DSL::TYPE_SUGGEST];
103 return $this->_facades[DSL::TYPE_COLLAPSE];