NAME
Catalyst::Controller::DBIC::API::Request::Context - Provides additional context to the Request
VERSION
version 2.001003
PUBLIC_ATTRIBUTES
objects is: ro, isa ArrayRef[Tuple[Object,Maybe[HashRef]]], traits: ['Array']
This attribute stores the objects found/created at the object action. It handles the following methods:
all_objects => 'elements'
add_object => 'push'
count_objects => 'count'
has_objects => 'count'
clear_objects => 'clear'
current_result_set is: ro, isa: "ResultSet" in Catalyst::Controller::DBIC::API::Types
Stores the current ResultSet derived from the initial "stored_model" in Catalyst::Controller::DBIC::API::StoredResultSource.
AUTHORS
Nicholas Perez <nperez@cpan.org>
Luke Saunders <luke.saunders@gmail.com>
Alexander Hartmaier <abraxxa@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Luke Saunders, Nicholas Perez, et al..
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.