Total Complexity | 6 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class Html extends \yii\bootstrap4\Html |
||
9 | { |
||
10 | /** |
||
11 | * Returns the ActiveField inputTemplate. |
||
12 | * |
||
13 | * @param string|null $groupSize Size of the `input-group` |
||
14 | * @param bool|null $append Whether to prepend or append the `input-group` |
||
15 | * |
||
16 | * @return string |
||
17 | */ |
||
18 | public static function activeFieldAddon(?string $groupSize, ?bool $append): string |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Returns the ActiveField Icon. |
||
30 | * |
||
31 | * @param bool|null $append Whether to prepend or append the `input-group` |
||
32 | * |
||
33 | * @return |
||
34 | */ |
||
35 | public static function activeFieldIcon(?bool $append): string |
||
43 |