![]() |
![]()
| ![]() |
![]()
NAMEReaction::InterfaceModel::Collection::DBIC::Role::Base DESCRIPTIONProvides methods to allow a collection to be populated by a DBIx::Class::ResultSet Attributes_source_resultsetRequired, Read-only. Contains the DBIx::Class::ResultSet used to populate the collection. member_typeRead-only, lazy_build. The name of the IM Object Class that the resultset inside this collection will inflate to. Predicate: "has_member_type" METHODScloneReturns a clone of the current collection, complete with a cloned "_source_resultset" count_membersReturns the number of items found by the ResultSet add_memberremove_memberThese will die as they have not been implemented yet. PRIVATE METHODS_build_im_classWill 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" _build_collection_storeReplace the default builder to populate the collection with all results returned by the resultset. AUTHORSSee Reaction::Class for authors. LICENSESee Reaction::Class for the license.
|