source: products/quintagroup.portlet.cumulus/trunk/quintagroup/portlet/cumulus/interfaces.py

Last change on this file was 1036, checked in by koval, 15 years ago

retrieving of tags moved from portlet renderer to adapters and added Quills support

File size: 256 bytes
Line 
1from zope.interface import Interface
2
3class ITagsRetriever(Interface):
4
5    def getTags(number=None):
6        """ Get list of (tag, number_or_entries, url) tuples.
7
8            number - the number of actual tags to return (all tags if omitted)
9        """
Note: See TracBrowser for help on using the repository browser.