
Rubric::EntryTag - a tag on an entry

version 0.151

This class provides an interface to tags on Rubric entries. It inherits from Rubric::DBI, which is a Class::DBI class.

id - a unique identifier entry - the tagged entry tag - the tag itself tag_value - the value of the tag (for tags in "tag:value" form)

The entry attribute returns a Rubric::Entry.


This method returns a reference to an array of tags related to all the given tags. Tags are related if they occur together on entries.
This is the obvious conjunction of related_tags and tags_counted. It returns an arrayref of arrayrefs, each a pair of tag/occurance values.

Ricardo SIGNES <rjbs@cpan.org>

This software is copyright (c) 2004 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.