1 | <?php |
||
14 | class IconPicker extends InputWidget |
||
15 | { |
||
16 | /** |
||
17 | * Options plugin |
||
18 | * @var array |
||
19 | * @see https://farbelous.github.io/fontawesome-iconpicker/ |
||
20 | */ |
||
21 | public $clientOptions = []; |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc |
||
25 | */ |
||
26 | 2 | public function run() |
|
35 | |||
36 | /** |
||
37 | * Publish resource |
||
38 | */ |
||
39 | 2 | protected function registerClientScript() |
|
49 | } |
||
50 |