1 | <?php |
||
14 | abstract class ElasticaAwareCommand extends ContainerAwareCommand |
||
15 | { |
||
16 | /** |
||
17 | * Get elasticsearch client from his name |
||
18 | * |
||
19 | * @param string $clientName |
||
20 | * |
||
21 | * @return Client |
||
22 | */ |
||
23 | 17 | protected function getClient($clientName) |
|
38 | |||
39 | 17 | protected function validateClient($client, $clientName) |
|
56 | } |
||
57 |