 |
CMS
Version 3.9
|
Go to the documentation of this file.
10 var
$table =
"data_import_field_mapping";
14 var
$fields = array(
"mapping_id" => Number,
16 "client_field" => String,
17 "import_column" => String,
18 "matching" => Boolean,
19 "required" => Boolean,
21 "import_profile_id" => String,
36 $this->
columns = explode(
",", $this->import_column);