Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | interface CommandInterface extends |
||
6 | Api\ApiChannelInterface, |
||
7 | Api\ApiClusterInterface, |
||
8 | Api\ApiConnInterface, |
||
9 | Api\ApiCoreInterface, |
||
10 | Api\ApiGeospatialInterface, |
||
11 | Api\ApiHyperLogInterface, |
||
12 | Api\ApiKeyValInterface, |
||
13 | Api\ApiListInterface, |
||
14 | Api\ApiSetInterface, |
||
15 | Api\ApiSetHashInterface, |
||
16 | Api\ApiSetSortedInterface, |
||
17 | Api\ApiTransactionInterface |
||
18 | {} |
||
|
|||
19 |