Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public function __construct(SnapshotMaker $snapshotMaker, PropertyAccessor $propertyAccessor, LazyProperty $lazyProperty, $snapshot) |
||
39 | { |
||
40 | $this->propertyAccessor = $propertyAccessor; |
||
41 | $this->lazyProperty = $lazyProperty; |
||
42 | $this->snapshot = $snapshot; |
||
43 | $this->snapshotMaker = $snapshotMaker; |
||
44 | } |
||
45 | |||
57 |