Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function initialize() |
||
23 | { |
||
24 | parent::initialize(); |
||
25 | |||
26 | $this->setHtmlAttribute('class', 'form-control column-filter'); |
||
27 | $this->setHtmlAttribute('data-type', 'text'); |
||
28 | $this->setHtmlAttribute('type', 'text'); |
||
29 | $this->setHtmlAttribute('placeholder', $this->getPlaceholder()); |
||
30 | } |
||
86 |