Fixed POD syntax.

This commit is contained in:
JT Smith 2002-12-16 01:13:06 +00:00
parent 4481cbec49
commit 3e89b31e13
28 changed files with 2003 additions and 1657 deletions

View file

@ -21,7 +21,7 @@ use WebGUI::URL;
=head1 NAME
Package WebGUI::Profile
Package WebGUI::Profile
=head1 SYNOPSIS
@ -30,11 +30,11 @@ use WebGUI::URL;
=head1 DESCRIPTION
Package that allows getting and setting of user profile information.
Package that allows getting and setting of user profile information.
=head1 METHODS
These methods are available from this class:
These methods are available from this class:
=cut
@ -43,7 +43,7 @@ use WebGUI::URL;
=head2 get ( )
Returns a profile hash for this user.
Returns a profile hash for this user.
=cut
@ -58,12 +58,16 @@ sub get {
=head2 new ( userId )
Constructor.
Constructor.
=over
=item userId
The userId for the profile you wish to manipulate.
=back
=cut
sub new {
@ -75,17 +79,21 @@ sub new {
#-------------------------------------------------------------------
=head setAttribute ( attributeName, value )
=head2 setAttribute ( attributeName, value )
Sets the value of an attribute.
Sets the value of an attribute.
=over
=item attributeName
An attribute of the user profile.
An attribute of the user profile.
=item value
The value to set the above named attribute to.
The value to set the above named attribute to.
=back
=cut