X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FClipboard.pm;h=ee3d3634363cbe2d43c952a4ac996fd0fcdfc0fd;hb=1b032ef45d886922f1fe347ec234c9b0c8c50efd;hp=6f30071b1a100b54237e52327be24a9904e9cb0b;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;p=kivitendo-erp.git diff --git a/SL/Clipboard.pm b/SL/Clipboard.pm index 6f30071b1..ee3d36343 100644 --- a/SL/Clipboard.pm +++ b/SL/Clipboard.pm @@ -120,7 +120,7 @@ Rose::DB::Object instances =head1 OVERVIEW The clipboard can store an unlimited number of copies of -Rose::DB::Object instance. The instances are dumped into trees using +Rose::DB::Object instances. The instances are dumped into trees using L. How much of such an object is copied depends on its type. For example, a dump of a customer object might also include the dumps of the shipping address and contact @@ -147,7 +147,7 @@ C would be C. These support classes must inherit from L which offers almost a full set of support functions so that the actual specialized class has to do very -litte. +little. As the clipboard is session-based its contents will be lost when the session expires (either due to timeouts or to the user logging off). @@ -163,7 +163,7 @@ Clears the clipboard (removes all entries). =item C Creates a dumped copy of C<$object> and stores that copy in the -session. An unlimited number of copies of differeing types can be +session. An unlimited number of copies of differing types can be made. Returns the instance of the copied object, a sub-class of @@ -181,7 +181,7 @@ array is the one most recently copied. =item C Returns the most recently clipped object whose type matches the -regular expression C<$type>. If C<$type> is not given then then then +regular expression C<$type>. If C<$type> is not given then the most recently copied object is returned. If no such object exists C is returned instead.