Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | abstract class AbstractSimpleField extends AbstractFullField |
||
12 | { |
||
13 | 20 | final protected function generateLabel(): string |
|
14 | { |
||
15 | 20 | return Label::widget($this->labelConfig)->render(); |
|
16 | } |
||
17 | |||
18 | 20 | final protected function generateHint(): string |
|
21 | } |
||
22 | |||
23 | 20 | final protected function generateError(): string |
|
26 | } |
||
27 | } |
||
28 |