Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 93.75% |
Changes | 0 |
1 | <?php |
||
15 | class _ATTR implements DefineTableInterface |
||
16 | { |
||
17 | |||
18 | public const ID = 'attribute_id'; |
||
19 | public const DOMAIN_ID = 'domain_id'; |
||
20 | public const NAME = 'name'; |
||
21 | public const TYPE = 'type'; |
||
22 | public const STRATEGY = 'strategy'; |
||
23 | public const SOURCE = 'source'; |
||
24 | public const DEFAULT_VALUE = 'default_value'; |
||
25 | public const DESCRIPTION = 'description'; |
||
26 | |||
27 | 1 | public static function table() : string |
|
30 | } |
||
31 | |||
32 | 1 | public static function bag(string $key = null) |
|
52 |