| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 38 | public function __construct(array $data, string $parent){ |
||
| 39 | parent::__construct($data, $parent); |
||
| 40 | |||
| 41 | $this->Hash = bin2hex($this->Hash); |
||
| 42 | $this->FileUtime = (int)($this->Filetime / 100000000); |
||
| 43 | # $dt = (new \DateTime)->createFromFormat('U.u', $this->FileUtime) ?: (new \DateTime)->createFromFormat('U', $this->FileUtime); |
||
| 48 |