X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..44fb4fe8d98ced50689764dab64b4633016c9fe0:/SL/Clipboard/Base.pm diff --git a/SL/Clipboard/Base.pm b/SL/Clipboard/Base.pm index 47ccc2413..fc0a16a1f 100644 --- a/SL/Clipboard/Base.pm +++ b/SL/Clipboard/Base.pm @@ -180,13 +180,13 @@ L. =item C -Converts the dumped representation back to an Rose::DB::Object +Converts the dumped representation back to a Rose::DB::Object instance. Several columns of the newly created object are cleared by C itself: the primary key columns (if any) and the columns C and C (if the object has such columns). This function should not be overwritten by sub-classes. Instead, -functions can overwrite C<_fix_object> which can be used for sanitzing +functions can overwrite C<_fix_object> which can be used for sanitizing the newly created object before handing it back to the caller. =item C