Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | class IconPicker extends InputWidget |
||
14 | { |
||
15 | /** |
||
16 | * Options plugin |
||
17 | * @var array |
||
18 | * @see https://farbelous.github.io/fontawesome-iconpicker/ |
||
19 | */ |
||
20 | public $clientOptions = []; |
||
21 | |||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | 6 | public function run() |
|
33 | 6 | } |
|
34 | |||
35 | /** |
||
36 | * Publish resource |
||
37 | */ |
||
38 | 6 | protected function registerClientScript() |
|
49 |