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