Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class _VALUE implements DefineTableInterface |
||
15 | { |
||
16 | |||
17 | public const ID = 'value_id'; |
||
18 | public const DOMAIN_ID = 'domain_id'; |
||
19 | public const ENTITY_ID = 'entity_id'; |
||
20 | public const ATTRIBUTE_ID = 'attribute_id'; |
||
21 | public const VALUE = 'value'; |
||
22 | |||
23 | 1 | public static function table() : string |
|
29 |