Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
Setting | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | /** |
4 | * @package ClientDldb |
5 | * @copyright BerlinOnline Stadtportal GmbH & Co. KG |
6 | **/ |
7 | |
8 | namespace BO\Zmsdldb\Elastic; |
9 | |
10 | use BO\Zmsdldb\Entity\Setting as Entity; |
11 | use BO\Zmsdldb\Collection\Settings as Collection; |
12 | use BO\Zmsdldb\File\Setting as Base; |
13 | |
14 | /** |
15 | * |
16 | */ |
17 | class Setting extends Base |
18 | { |
19 | } |