| 1 | <?php |
||
| 39 | class MultipleStaticCombo extends Combo |
||
| 40 | { |
||
| 41 | public $name = 'default'; |
||
| 42 | |||
| 43 | public $type = 'default'; |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @var array Data to be |
||
| 47 | */ |
||
| 48 | public $data; |
||
| 49 | |||
| 50 | public function getPluginOptions($options = []) |
||
| 57 | |||
| 58 | /** |
||
| 59 | * {@inheritdoc} |
||
| 60 | */ |
||
| 61 | protected function renderInput() |
||
| 65 | } |
||
| 66 |