]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/discovery/class_DiscoverableRecipient.php
Added possible missing interface IteratorAggregate (SPL)
[hub.git] / application / hub / interfaces / discovery / class_DiscoverableRecipient.php
index 765d3de3ebc3aaed00dbb7f44100bf0c1be956bf..3c2fbf3c828b5ddfbb0d14e83b732366256da3cb 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface DiscoverableRecipient extends FrameworkInterface {
+interface DiscoverableRecipient extends FrameworkInterface, IteratorAggregate {
        /**
         * Tries to discover all recipients for given package data
         *