| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 38 | public function __construct( |
||
| 39 | DataProviderInterface $dataProvider, |
||
| 40 | array $criteria = [], |
||
| 41 | array $orderBy = [], |
||
| 42 | array $options = [] |
||
| 43 | ) { |
||
| 44 | $this->dataProvider = $dataProvider; |
||
| 45 | $this->criteria = $criteria; |
||
| 46 | $this->orderBy = $orderBy; |
||
| 47 | $this->options = $options; |
||
| 48 | } |
||
| 49 | |||
| 79 |