1 | <?php |
||
5 | class Control extends BaseColumnFilter |
||
6 | { |
||
7 | /** |
||
8 | * Control constructor. |
||
9 | */ |
||
10 | public function __construct() |
||
15 | |||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | protected $view = 'column.filter.control'; |
||
20 | |||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | protected $placeholder; |
||
25 | |||
26 | public function initialize() |
||
34 | } |
||
35 |