Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
5 | class Input extends InputGroupComponent |
||
6 | { |
||
7 | use Traits\OldValueSupportTrait; |
||
8 | |||
9 | /** |
||
10 | * Create a new component instance. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | 1 | public function __construct( |
|
25 | 1 | } |
|
26 | |||
27 | /** |
||
28 | * Get the view / contents that represent the component. |
||
29 | * |
||
30 | * @return \Illuminate\View\View|string |
||
31 | */ |
||
32 | 1 | public function render() |
|
37 |