fixing POD issues, User test
This commit is contained in:
parent
2a40ab2e6c
commit
586fdb0ec6
9 changed files with 62 additions and 64 deletions
|
|
@ -30,11 +30,11 @@ These subroutines are available from this package:
|
|||
|
||||
=head2 appendCommonVars ( var )
|
||||
|
||||
Appends common template variables that all inbox templates use
|
||||
|
||||
Appends common template variables that all inbox templates use
|
||||
|
||||
=head3 var
|
||||
|
||||
The hash reference to append template variables to
|
||||
The hash reference to append template variables to
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ sub appendCommonVars {
|
|||
|
||||
=head2 canView ( )
|
||||
|
||||
Whether or not the current user can view this user's friends
|
||||
Whether or not the current user can view this user's friends
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ sub canView {
|
|||
|
||||
=head2 editSettingsForm ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -155,7 +155,7 @@ sub editSettingsForm {
|
|||
|
||||
=head2 editSettingsFormSave ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -32,15 +32,15 @@ These subroutines are available from this package:
|
|||
|
||||
=head2 appendCommonVars ( var, inbox )
|
||||
|
||||
Appends common template variables that all inbox templates use
|
||||
|
||||
Appends common template variables that all inbox templates use
|
||||
|
||||
=head3 var
|
||||
|
||||
The hash reference to append template variables to
|
||||
The hash reference to append template variables to
|
||||
|
||||
=head3 inbox
|
||||
|
||||
The instance of the inbox currently being worked with.
|
||||
The instance of the inbox currently being worked with.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ sub appendCommonVars {
|
|||
|
||||
=head2 canView ( )
|
||||
|
||||
Returns whether or not the user can view the inbox tab
|
||||
Returns whether or not the user can view the inbox tab
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ sub canView {
|
|||
|
||||
=head2 editSettingsForm ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -225,7 +225,7 @@ sub editSettingsForm {
|
|||
|
||||
=head2 editSettingsFormSave ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -32,23 +32,23 @@ These subroutines are available from this package:
|
|||
|
||||
=head2 appendCategoryVars ( var, category [,fields, errors] )
|
||||
|
||||
Appends cateogry variables to the hash ref passed in
|
||||
|
||||
Appends cateogry variables to the hash ref passed in
|
||||
|
||||
=head3 var
|
||||
|
||||
The hash reference to append template variables to
|
||||
The hash reference to append template variables to
|
||||
|
||||
=head3 category
|
||||
|
||||
WebGUI::ProfileCategory object to append variables for
|
||||
WebGUI::ProfileCategory object to append variables for
|
||||
|
||||
=head3 fields
|
||||
|
||||
Optional array ref of fields in this category
|
||||
Optional array ref of fields in this category
|
||||
|
||||
=head3 errors
|
||||
|
||||
Optional array ref of errors to attach to the category loop
|
||||
Optional array ref of errors to attach to the category loop
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -95,11 +95,11 @@ sub appendCategoryVars {
|
|||
|
||||
=head2 appendCommonVars ( var )
|
||||
|
||||
Appends common template variables that all profile templates use
|
||||
|
||||
Appends common template variables that all profile templates use
|
||||
|
||||
=head3 var
|
||||
|
||||
The hash reference to append template variables to
|
||||
The hash reference to append template variables to
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -137,7 +137,7 @@ sub appendCommonVars {
|
|||
|
||||
=head2 editSettingsForm ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -193,7 +193,7 @@ sub editSettingsForm {
|
|||
|
||||
=head2 editSettingsFormSave ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@ These methods are available from this class:
|
|||
|
||||
=head2 appendCommonVars ( var )
|
||||
|
||||
Appends common template variables that shop templates will use
|
||||
|
||||
Appends common template variables that shop templates will use
|
||||
|
||||
=head3 var
|
||||
|
||||
The hash reference to append template variables to
|
||||
The hash reference to append template variables to
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ sub appendCommonVars {
|
|||
|
||||
=head2 canView ( )
|
||||
|
||||
Returns whether or not the user can view the the tab for this module
|
||||
Returns whether or not the user can view the the tab for this module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ sub canView {
|
|||
|
||||
=head2 editSettingsForm ( )
|
||||
|
||||
Creates form elements for user settings page custom to this account module
|
||||
Creates form elements for user settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ sub editSettingsForm {
|
|||
|
||||
=head2 editSettingsFormSave ( )
|
||||
|
||||
Creates form elements for the settings page custom to this account module
|
||||
Creates form elements for the settings page custom to this account module
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue