1 | <?php |
||
9 | final class PropertyAccessProcessor implements EntityProcessorInterface |
||
10 | { |
||
11 | /** @var PropertyAccessor */ |
||
12 | private $accessor; |
||
13 | |||
14 | /** |
||
15 | * PropertyAccessProcessor constructor. |
||
16 | */ |
||
17 | 10 | public function __construct() |
|
21 | |||
22 | /** {@inheritdoc} */ |
||
23 | 10 | public function updateEntity($entity, $data) |
|
35 | } |
||
36 |