PHP Класс Elastica\Transport\NullTransport
This is used in case you just need a test transport that doesn't do any connection to an elasticsearch
host but still returns a valid response object
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
exec ( Request $request, array $params ) : Response |
Null transport. |
|
Описание методов
public exec ( Request $request, array $params ) : Response |
$request |
Elastica\Request |
|
$params |
array |
Hostname, port, path, ... |
Результат |
Elastica\Response |
Response empty object |