The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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