Revision 82c3b7eb
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/DB/CsvImportProfile.pm | ||
---|---|---|
105 | 105 |
return $clone; |
106 | 106 |
} |
107 | 107 |
|
108 |
sub flatten { |
|
109 |
my ($self) = @_; |
|
110 |
|
|
111 |
return map { |
|
112 |
$_->key => $_->value |
|
113 |
} $self->settings; |
|
114 |
} |
|
115 |
|
|
108 | 116 |
# |
109 | 117 |
# hooks |
110 | 118 |
# |
Auch abrufbar als: Unified diff
Asynchroner Import