Improved interface including important methods

This commit is contained in:
Claudio Sanches 2017-05-16 01:43:15 -03:00
parent 8f1eb262e3
commit 1dc14690fb
1 changed files with 14 additions and 0 deletions

View File

@ -40,6 +40,20 @@ interface WC_Importer_Interface {
*/
public function get_raw_keys();
/**
* Get file mapped headers.
*
* @return array
*/
public function get_mapped_keys();
/**
* Get raw data.
*
* @return array
*/
public function get_raw_data();
/**
* Get parsed data.
*