|
|
| |
Reaction::InterfaceModel::Collection::DBIC::Role::Base(3) |
User Contributed Perl Documentation |
Reaction::InterfaceModel::Collection::DBIC::Role::Base(3) |
Reaction::InterfaceModel::Collection::DBIC::Role::Base
Provides methods to allow a collection to be populated by a
DBIx::Class::ResultSet
Required, Read-only. Contains the DBIx::Class::ResultSet used to populate the
collection.
Read-only, lazy_build. The name of the IM Object Class that the resultset inside
this collection will inflate to. Predicate:
"has_member_type"
Returns a clone of the current collection, complete with a cloned
"_source_resultset"
Returns the number of items found by the ResultSet
These will die as they have not been implemented yet.
Will attempt to remove the suffix "Collection" from the current class
name and return that. I.e.
"MyApp::MyIM::Roles::Collection" would
return "MyApp::MyIM::Roles"
Replace the default builder to populate the collection with all results returned
by the resultset.
See Reaction::Class for authors.
See Reaction::Class for the license.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |