logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

perl v5.38.2                                       2024-03-05             HTML::Mason::Co...t::Subcomponent(3pm)

Name

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

See Also