GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::Mason::Component::Subcomponent(3) User Contributed Perl Documentation HTML::Mason::Component::Subcomponent(3)

HTML::Mason::Component::Subcomponent - Mason Subcomponent Class

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/method gets most of its properties from its owner. Note that the link from the subcomponent to its owner is a weak reference (to prevent circular references), so if you grab a subcomponent/method object, you should also grab and hold a reference to its owner. If the owner goes out of scope, the subcomponent/method object will become unusable.

is_method
Returns 1 if this is a method (declared by "<%method>"), 0 if it is a subcomponent (defined by c<< <%def> >>).
owner
Returns the component object within which this subcomponent or method was defined.
2020-05-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.