MetaStore::Links - Class for links collections.


MetaStore documentation  | view source Contained in the MetaStore distribution.

Index


NAME

Top

MetaStore::Links - Class for links collections.

SYNOPSIS

Top

    use MetaStore::Links;




DESCRIPTION

Top

Class for links collections.

METHODS

Top

types

Return list for current types =cut

sub types { return [ keys %{ $_[0]->attr } ]; }

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

Top

MetaStore, Collection::Item, README

AUTHOR

Top

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Top


MetaStore documentation  | view source Contained in the MetaStore distribution.