1 | <?php |
||
8 | class Select2 extends Select |
||
9 | { |
||
10 | protected $type = 'select2'; |
||
11 | |||
12 | /** |
||
13 | * @param bool $state |
||
14 | * @return $this |
||
15 | */ |
||
16 | public function allowClear($state = true) |
||
22 | |||
23 | /** |
||
24 | * @param string $text |
||
25 | * @param string|null $id |
||
26 | * @return $this |
||
27 | */ |
||
28 | public function placeholder($text = '', $id = null) |
||
37 | } |
||
38 |