| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | 3 | public function initialize() |
|
| 23 | 3 | { |
|
| 24 | 3 | parent::initialize(); |
|
| 25 | 3 | ||
| 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 | 4 | } |
|
| 86 |