Rubric::EntryTag - a tag on an entry


Rubric documentation  | view source Contained in the Rubric distribution.

Index


NAME

Top

Rubric::EntryTag - a tag on an entry

VERSION

Top

version 0.147

DESCRIPTION

Top

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

COLUMNS

Top

 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

Top

entry

The entry attribute returns a Rubric::Entry.

TRIGGERS

Top

METHODS

Top

stringify_self

TODO

Top

AUTHOR

Top

Ricardo SIGNES, <rjbs@cpan.org>

BUGS

Top

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

Top


Rubric documentation  | view source Contained in the Rubric distribution.