From ed7a779ddcb2db1e665ca0ec1cb02121a7680423 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Mar 2009 17:27:50 +0000 Subject: [PATCH] Add POD for the Account's store method. --- lib/WebGUI/Account.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index 5f9f25084..2d62b3f1c 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -433,5 +433,15 @@ sub showError { return $self->processTemplate($var,$templateId) } +#------------------------------------------------------------------- + +=head2 store ( ) + +This method returns an internal hash where you can store things for your Account Plugin. +The store is private to your plugin, to each user's copy of the plugin, and only lasts as +long as the session does. + +=cut + 1;