Add POD for the Account's store method.

This commit is contained in:
Colin Kuskie 2009-03-12 17:27:50 +00:00
parent c45fe174a0
commit ed7a779ddc

View file

@ -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;