button labels for action form
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection / Persistent / ResultSet.pm
CommitLineData
7adfd53f 1package Reaction::InterfaceModel::Collection::Persistent::ResultSet;
2
3use Reaction::Class;
4
5# WARNING - DANGER: this is just an RFC, please DO NOT USE YET
6
7class ResultSet is "Reaction::InterfaceModel::Collection::Persistent", which{
8
9 does "Reaction::InterfaceModel::Collection::DBIC::Role::Base";
10
11};
12
131;
14
15=head1 NAME
16
17Reaction::InterfaceModel::Collection::Persistent::ResultSet
18
19=head1 DESCRIPTION
20
21A persistent collection powered by a resultset
22
23=head1 ROLES CONSUMED
24
25The following roles are consumed by this class, for more information about the
26methods 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
36See L<Reaction::Class> for authors.
37
38=head1 LICENSE
39
40See L<Reaction::Class> for the license.
41
42=cut