See
PublishedAPI for packages intended to be used by Plugin and Contrib authors, or
browse all packages.
See also
Developing plugins,
Developer's Bible,
Technical Overview
internal package
Foswiki::Plugins::QMPlugin::User
thin wrapper for user information, something the foswiki core does not offer
ClassProperty
PROPS
definition of all mandatory properties of a user
ClassMethod
new() → $core
constructor for an user object
ObjectMethod
_getPropLazy($key, $val) → $val
lazy getter for some props
ObjectMethod
render($format, $params) → $string
render this user given the specified format string
params is a hash reference with default values for properties not defined
ObjectMethod
getLink() → $string
returns a link representation of this user
ObjectMethod
isMemberOf($group) → $boolean
returns true if this user is a member of the given group
ObjectMethod
getEmails() → @emails
returns the primary email of this user