button labels for action form
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection / Persistent / ResultSet.pm
1 package Reaction::InterfaceModel::Collection::Persistent::ResultSet;
2
3 use Reaction::Class;
4
5 # WARNING - DANGER: this is just an RFC, please DO NOT USE YET
6
7 class ResultSet is "Reaction::InterfaceModel::Collection::Persistent", which{
8
9   does "Reaction::InterfaceModel::Collection::DBIC::Role::Base";
10
11 };
12
13 1;
14
15 =head1 NAME
16
17 Reaction::InterfaceModel::Collection::Persistent::ResultSet
18
19 =head1 DESCRIPTION
20
21 A persistent collection powered by a resultset
22
23 =head1 ROLES CONSUMED
24
25 The following roles are consumed by this class, for more information about the
26 methods and attributes provided by them please see their respective documentation.
27
28 =over 4
29
30 =item L<Reaction::InterfaceModel::Collection::DBIC::Role::Base>
31
32 =back
33
34 =head1 AUTHORS
35
36 See L<Reaction::Class> for authors.
37
38 =head1 LICENSE
39
40 See L<Reaction::Class> for the license.
41
42 =cut