Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class _PIVOT implements DefineTableInterface |
||
15 | { |
||
16 | public const ID = 'pivot_id'; |
||
17 | public const DOMAIN_ID = 'domain_id'; |
||
18 | public const SET_ID = 'set_id'; |
||
19 | public const GROUP_ID = 'group_id'; |
||
20 | public const ATTR_ID = 'attribute_id'; |
||
21 | |||
22 | 1 | public static function table() : string |
|
27 |