q wrote:
> Hi,
> 
> it's probably an awful question, but I could not figure out the
> rationale behind the module Class::Accessor::Grouped. The concept of
> accessors I know of, but I do not understand what this "group" thing is
> all about. Does anybody know where I can find more information regarding
> this? Or maybe a short explanation?
> 

The following is lifted directly from the fine manual. Please be more
specific about which part you don't understand.



mk_group_accessors

Arguments: $group, @fieldspec

    Returns: none

Creates a set of accessors in a given group.

$group is the name of the accessor group for the generated accessors;
they will call get_$group($field) on get and set_$group($field, $value)
on set.

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to