Abstract class containing methods that are shared by all importer classes.
All importers must inherit this class.
package | Webenq_Data_Import |
---|---|
author | Bart Huttinga |
__construct(\Webenq_Import_Adapter_Abstract $adapter, string $language)
_getDataAsAnswers(array $data) : array
array
Data retrieved from the adapter
array
Questions as keys and answers as array with valuesfactory(string $type, \Webenq_Import_Adapter_Abstract $adapter, string $language) : \Webenq_Import_Abstract
import()
inherited_from | \Webenq_Import_Interface::import() |
---|
$supportedTypes : array
$_adapter : \Webenq_Import_Adapter_Abstract
$_language : string