
Mango::Tag - Module representing a [folksonomy] tag

my $tags = $product->tags;
while (my $tag = %tags->next) {
print $tag->name;
};

Mango::Tag represents a tag assigned to products.

Returns the number of instances this tag.
This is not currently implemented and always returns 0.
Returns the date and time in UTC the tag was created as a DateTime object.
print $user->created;
This is not currently implemented.
Returns the id of the current tag.
print $tag->id;
Gets/sets the name of the current tag.
print $tag->name;
Returns the date and time in UTC the tag was last updated as a DateTime object.
print $user->updated;


Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/