attributeMapper = $attributeMapper; parent::__construct( $logger, $eventManager, $appResource, $modulesReader, $moduleList, $resource, $migrationFactory, $encryptor, $filesystem ); } /** * @return PropertyMapperInterface */ public function getAttributeMapper() { return $this->attributeMapper; } }