Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | public function __construct(?\DateTime $startTime = null, ?\DateTime $endTime = null, ?string $searchFormat = null, array $attributes = []) |
||
24 | { |
||
25 | $this->startTime = $startTime; |
||
26 | $this->endTime = $endTime; |
||
27 | $this->searchFormat = $searchFormat; |
||
28 | |||
29 | parent::__construct($attributes); |
||
30 | } |
||
42 |