Difference between revisions of "Freeside:3:Documentation:Developer/FS/CurrentUser"

From Freeside
Jump to: navigation, search
m (Edit via perl MediaWiki framework (1.13))
m (Edit via perl MediaWiki framework (1.13))
Line 1: Line 1:
 +
==NAME==
 +
FS::CurrentUser - Package representing the current user
  
 +
==SYNOPSIS==
 +
==DESCRIPTION==
 +
; new_session
 +
:Creates a new session for the current user and returns the session key
 +
; load_user_session SESSION_KEY
 +
:Sets the current user via the provided session key
 +
 +
==BUGS==
 +
Creepy crawlies
 +
 +
==SEE ALSO==
 +
==POD ERRORS==
 +
Hey! '''The above document had some coding errors, which are explained below:'''
 +
 +
; Around line 47:
 +
:'=item' outside of any '=over'
 +
; Around line 103:
 +
:You forgot a '=back' before '=head1'

Revision as of 06:30, 10 February 2015

NAME

FS::CurrentUser - Package representing the current user

SYNOPSIS

DESCRIPTION

new_session
Creates a new session for the current user and returns the session key
load_user_session SESSION_KEY
Sets the current user via the provided session key

BUGS

Creepy crawlies

SEE ALSO

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 47:
'=item' outside of any '=over'
Around line 103:
You forgot a '=back' before '=head1'