phpman > perldoc > HTML::Mason::Component::Subcomponent

Markdown | JSON | MCP    

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/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.

METHODS
    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.

Generated by phpman v3.7.12 Author: Che Dong Under GNU General Public License
2026-06-13 19:41 @216.73.217.2
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!