Searched refs:hasConfig (Results 1 – 4 of 4) sorted by relevance
55 $url = $connection->hasConfig('url') ? $connection->getConfig('url') : '';109 $headersConfig = $connection->hasConfig('headers') ? $connection->getConfig('headers') : [];173 if ($connection->hasConfig('bigintConversion')) {199 if ($this->getConnection()->hasConfig('curl')) {
85 if ($connection->hasConfig('bigintConversion')) {115 $connection->hasConfig('headers') && \is_array($connection->getConfig('headers'))157 $url = $connection->hasConfig('url') ? $connection->getConfig('url') : '';
100 $headers = $connection->hasConfig('headers') ?: [];126 $url = $connection->hasConfig('url') ? $connection->getConfig('url') : '';
292 public function hasConfig($key) function in Elastica\\Connection