1 | <?php |
||
24 | abstract class QueryManagerClient extends Client implements QueryManagerInterface |
||
25 | { |
||
26 | /** |
||
27 | * getClientType |
||
28 | * |
||
29 | * @see ClientInterface |
||
30 | */ |
||
31 | public function getClientType() |
||
35 | |||
36 | /** |
||
37 | * getClientIdentifier |
||
38 | * |
||
39 | * @see ClientInterface |
||
40 | */ |
||
41 | public function getClientIdentifier() |
||
45 | } |
||
46 |