[Jifty-commit] r581 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Feb 13 23:02:45 EST 2006


Author: jesse
Date: Mon Feb 13 23:02:45 2006
New Revision: 581

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Request.pm

Log:
 r23702 at truegrounds:  jesse | 2006-02-13 23:00:20 -0500
 * Stub doc


Modified: jifty/trunk/lib/Jifty/Request.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Request.pm	(original)
+++ jifty/trunk/lib/Jifty/Request.pm	Mon Feb 13 23:02:45 2006
@@ -325,6 +325,15 @@
     return ( $type, $argument, $moniker );
 }
 
+=head2 webform_to_data_structure HASHREF
+
+Converts the data from a webform's %args to the datastructure that
+L<Jifty::Request> uses internally.
+
+XXX TODO: ALEX: DOC ME
+
+=cut
+
 sub webform_to_data_structure {
     my $self = shift;
     my %args = (@_);


More information about the Jifty-commit mailing list