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::Group
ClassProperty PROPS
definition of all mandatory properties of a group
ClassMethod new() → $core
constructor for an group object
ObjectMethod _getPropLazy($key, $val) → $val
lazy getter for some props
ObjectMethod render($format, $params) → $string
render this group 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 group
ObjectMethod getEmails() → @emails
returns a list of emails of this group
ObjectMethod getMembers() → @users
returns all users that are a member of this group
ObjectMethod hasMember($obj) → $boolean
returns true if the given user or group object is a member of this group