NAME
MetaStore::Links - Class for links collections.
SYNOPSIS
use MetaStore::Links;
DESCRIPTION
Class for links collections.
METHODS
types
Return list for current types
by_type ( $link_type )
Get ids list for type
add_by_type ( <type>, item_id1[, item_id2[, item_id3]])
Add items by type.
delete_by_type ( $type[, item_id1[, item_id2[,item_id3]]])
Delete ids list , by type. Return result state of list;
set_by_type( $type[, item_id1[, item_id2[,item_id3]]])
Set new list for $type. Set empty list unless got item_ids.
empty
Empty all links
SEE ALSO
MetaStore, Collection::Item, README
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005-2006 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.