NAME¶
HTML::Mason::Plugin::Context - encapsulates arguments passed to plugin methods
VERSION¶
version 1.54
DESCRIPTION¶
This file defines the minimalist context classes that are instantiated whenever
a plugin hook is called. See HTML::Mason::Plugin for documentation about
plugins.
For efficiency these objects have no
new() method - they are created and
blessed by hand inside HTML::Mason::Request just before they are used.
SEE ALSO¶
Mason
AUTHORS¶
- •
- Jonathan Swartz <swartz@pobox.com>
- •
- Dave Rolsky <autarch@urth.org>
- •
- Ken Williams <ken@mathforum.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2012 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same
terms as the Perl 5 programming language system itself.