1 | <?php |
||
10 | class DefaultMagentoImportStrategy extends ConfigurableAddOrReplaceStrategy |
||
11 | { |
||
12 | /** @var PropertyAccessor */ |
||
13 | protected $propertyAccessor; |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | protected function updateContextCounters($entity) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | protected function findEntityByIdentityValues($entityName, array $identityValues) |
||
42 | |||
43 | /** |
||
44 | * @return PropertyAccessor |
||
45 | */ |
||
46 | protected function getPropertyAccessor() |
||
53 | } |
||
54 |