From fd185c2165fcc03b79dbb01ed6082f035ef8d786 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 13 May 2009 18:09:45 +0000 Subject: [PATCH] Document the store method in POD for Account. --- lib/WebGUI/Account.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index 73bebe508..907cff3e3 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -536,5 +536,15 @@ long as the session does. =cut +#------------------------------------------------------------------- + +=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;