gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::List::Users - List users

SYNOPSIS

 use Sympa::List::Users;
 my $config = Sympa::List::Users->new($list, {...});

 my $errors = []; 
 my $validity = $config->submit({...}, $user, $errors);
 $config->commit($errors);
 
 my ($value) = $config->get('owner.0.gecos');
 my @keys  = $config->keys('owner');

DESCRIPTION

Methods

Attribute

See “Attribute” in Sympa::Config.

Filters

TBD.

Validations

TBD.

SEE ALSO

Sympa::Config, Sympa::List::Config, Sympa::ListDef.

HISTORY

Sympa::List::Users appeared on Sympa 6.2.33b.2.


The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.

Theme originally designed by orderedlist