NAME
HTML::Mason::Component::Subcomponent - Mason Subcomponent Class
DESCRIPTION
This is a subclass of HTML::Mason::Component. Mason uses it to implement both subcomponents (defined by <%def>
) and methods (defined by <%method>
).
A subcomponent gets most of its properties from its owner.
METHODS
- owner
-
Return the component object that this subcomponent or method was defined within.