1 | <?php |
||
21 | class FingerprintPatcher { |
||
22 | |||
23 | /** |
||
24 | * @var TermListPatcher |
||
25 | */ |
||
26 | private $termListPatcher; |
||
27 | 4 | ||
28 | 4 | /** |
|
29 | 4 | * @var AliasGroupListPatcher |
|
30 | */ |
||
31 | private $aliasGroupListPatcher; |
||
32 | |||
33 | public function __construct() { |
||
37 | 4 | ||
38 | 4 | /** |
|
39 | 4 | * @since 1.0 |
|
40 | 4 | * |
|
41 | 4 | * @param Fingerprint $fingerprint |
|
42 | * @param EntityDiff $patch |
||
43 | 4 | * |
|
44 | * @throws PatcherException |
||
45 | 4 | */ |
|
46 | 4 | public function patchFingerprint( Fingerprint $fingerprint, EntityDiff $patch ) { |
|
62 | |||
63 | } |
||
64 |