]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/discovery/class_DiscoverableRecipient.php
Continued on development of 'hub' project with many refactorings/addings:
[hub.git] / application / hub / interfaces / discovery / class_DiscoverableRecipient.php
index d452311c314b382de35140eab81ac00cc8e53974..20189ad6fdd9170086427c53f3532bb8f46407f4 100644 (file)
@@ -36,6 +36,13 @@ interface DiscoverableRecipient extends FrameworkInterface {
         * @return      $iteratorInstance       An instance of a Iterateable object
         */
        function getIterator ();
+
+       /**
+        * Clears all recipients for e.g. another package to deliver
+        *
+        * @return      void
+        */
+       function clearRecipients ();
 }
 
 // [EOF]