NAME

Rubric::EntryTag - a tag on an entry

VERSION

$Id: EntryTag.pm,v 1.3 2005/06/07 02:32:53 rjbs Exp $

DESCRIPTION

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

COLUMNS

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)

RELATIONSHIPS

entry

The entry attribute returns a Rubric::Entry.

TRIGGERS

METHODS

stringify_self

TODO

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests to bug-rubric@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2004 Ricardo SIGNES. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.