| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function __construct($draw, Items $columns, Items $order, $start, $length, Search $search) |
||
| 21 | { |
||
| 22 | $this->draw = (int) $draw; |
||
| 23 | $this->columns = $columns; |
||
| 24 | $this->order = $order; |
||
| 25 | $this->start = (int) $start; |
||
| 26 | $this->length = (int) $length; |
||
| 27 | $this->search = $search; |
||
| 28 | } |
||
| 55 |