gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::List::Config - List configuration

SYNOPSIS

 use Sympa::List::Config;
 my $config = Sympa::List::Config->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.

Family constraint

The family (see Sympa::Family) adds additional constraint to schema.

Filters

TBD.

Validations

TBD.

SEE ALSO

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

HISTORY

Sympa::List::Config appeared on Sympa 6.2.17.


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