Total Complexity | 4 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class PropertyUpdater implements UpdatesTheProxyOwner |
||
16 | { |
||
17 | private $owner; |
||
18 | private $propertyShouldReference; |
||
19 | private $setter; |
||
20 | |||
21 | public function __construct( |
||
31 | }; |
||
32 | } |
||
33 | |||
34 | public static function forThe( |
||
40 | } |
||
41 | |||
42 | public function updateWith($theLoadedInstance): void |
||
50 |