NAME
WaitReSS::Collection - Collection of feeds
VERSION
version 0.001
DESCRIPTION
This class implements a collection of feeds. This list of feeds is unordered wrt the user classification.
The collection is implemented as a singleton, which loads the list of feeds at build time.
METHODS
feeds
my @feeds = $collection->feeds;
Return the list of feeds (WaitReSS::Feed objects) currently existing within WaitReSS.
register
$collection->register( $url );
Register $url
in the $collection
of feeds if it doesn't already exist.
AUTHOR
Jerome Quelin <jquelin@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.