NAME
Catalyst::Controller::DBIC::API::Request::Context - Provides additional context to the Request
VERSION
version 2.009000
PUBLIC_ATTRIBUTES
objects
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
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>
Florian Ragwitz <rafl@debian.org>
Oleg Kostyuk <cub.uanic@gmail.com>
Samuel Kaufman <sam@socialflow.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by Luke Saunders, Nicholas Perez, Alexander Hartmaier, 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.