Total Complexity | 5 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
5 | trait HasNames |
||
6 | { |
||
7 | /** |
||
8 | * @property-read $input_name |
||
9 | * |
||
10 | * @return mixed|string |
||
11 | */ |
||
12 | public function getInputNameAttribute() { |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @property-read $input_dot_name |
||
26 | * |
||
27 | * @return mixed|string |
||
28 | */ |
||
29 | public function getInputDotNameAttribute() { |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @property-read $input_dot_name |
||
43 | * |
||
44 | * @return mixed|string |
||
45 | */ |
||
46 | public function getInputJsonDotNameAttribute() { |
||
56 | } |
||
57 | } |