NAME
Mason::Component::InstanceMeta - Meta-information about Mason component instance
VERSION
version 2.00
SYNOPSIS
# In a component:
My path is <% $.cmeta->path %>
My source file is <% $.cmeta->source_file %>
I was called with args <% join(", ", %{$.cmeta->args}) %>
DESCRIPTION
Provides everything that Mason::Component::ClassMeta does, plus extra information only available for component instances.
- args
-
The full hashref of arguments that was passed to the component's constructor.
SEE ALSO
AUTHOR
Jonathan Swartz <swartz@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.