Home
last modified time | relevance | path

Searched defs:registeredNamespaces (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php92 protected $registeredNamespaces = []; variable in Elasticsearch\\Client
272 public function __construct(Transport $transport, callable $endpoint, array $registeredNamespaces) argument
H A DClientBuilder.php697 protected function instantiate(Transport $transport, callable $endpoint, array $registeredNamespaces): Client argument