The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PurpleWiki::User - PurpleWiki user class

SYNOPSIS

A class representation of a PurpleWiki user.

DESCRIPTION

METHODS

new($userId)

$userId is optional.

Accessors/Mutators

 id
 username
 tzOffset
 createTime
 createIp

Legacy Methods

 getField
 setField

Used for parameters without methods. Right now, this includes all of the UseMod preferences. This needs to be reworked.

AUTHORS

Eugene Eric Kim, <eekim@blueoxen.org>

SEE ALSO

PurpleWiki::Database::User::Base