src/pyams_content/component/association/interfaces/__init__.py
changeset 445 ad73bd24079f
parent 437 4a4482e283df
child 555 8e8a14452567
--- a/src/pyams_content/component/association/interfaces/__init__.py	Tue Mar 06 16:55:05 2018 +0100
+++ b/src/pyams_content/component/association/interfaces/__init__.py	Wed Mar 07 09:48:42 2018 +0100
@@ -71,6 +71,9 @@
     def append(self, value, notify=True):
         """Append given value to container"""
 
+    def get_visible_items(self):
+        """Get list of visible items"""
+
 
 class IAssociationTarget(IAttributeAnnotatable):
     """Associations container target interface"""