|
@@ -8,8 +8,9 @@ |
|
8
|
8
|
{ |
|
9
|
9
|
public function register(); |
|
10
|
10
|
public function register_settings(); |
|
11
|
11
|
public function register_options(); |
|
12
|
+ public function get_permission_fields($importer_model); |
|
12
|
13
|
|
|
13
|
14
|
/** |
|
14
|
15
|
* Process data before record is importer. |
|
15
|
16
|
* |