Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | |
| 3 | namespace BO\Zmsentities\Collection; |
| 4 | |
| 5 | /** |
| 6 | * Add this interface to collection classes, where the keys should be dropped on export |
| 7 | * |
| 8 | */ |
| 9 | interface JsonUnindexed |
| 10 | { |
| 11 | public function getArrayCopy(): array; |
| 12 | } |