new component to make m2ms introspectables so we can hint the reflector
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection / Persistent.pm
1 package Reaction::InterfaceModel::Collection::Persistent;
2
3 use Reaction::Class;
4 use aliased 'Reaction::InterfaceModel::Collection';
5
6 class Persistent is Collection, which {
7
8
9 };
10
11 1;
12
13 =head1 NAME
14
15 Reaction::InterfaceModel::Collection::Persistent - Base class for Presistent Collections
16
17 =head1 DESCRIPTION
18
19 A subclass of L<Reaction::InterfaceModel::Collection>s, this class is a base
20 to Persistent collections.
21
22 =head1 AUTHORS
23
24 See L<Reaction::Class> for authors.
25
26 =head1 LICENSE
27
28 See L<Reaction::Class> for the license.
29
30 =cut