5.7.15. Bugzilla::Comment::TagWeights

5.7.15.1. NAME

Comment::TagWeights - Bugzilla comment weighting class.

5.7.15.2. DESCRIPTION

TagWeights.pm represents a Comment::TagWeight object. It is an implementation of Bugzilla::Object, and thus provides all methods that Bugzilla::Object provides.

TagWeights is used to quickly find tags and order by their usage count.

5.7.15.3. PROPERTIES

  • tag
getter string The tag
  • weight
getter int The tag’s weight. The value returned corresponds to the number of comments with this tag attached.
  • set_weight
setter int Set the tag’s weight.

This documentation undoubtedly has bugs; if you find some, please file them here.