]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/shareable/info/class_ShareableInfo.php
Continued with refacturing:
[hub.git] / application / hub / interfaces / shareable / info / class_ShareableInfo.php
index 89b3d248a3e3a05282cf416ff24c33360ac19404..0b37a28ac320b3907390df4f676419a653900662 100644 (file)
@@ -25,10 +25,18 @@ interface ShareableInfo extends FrameworkInterface {
        /**
         * Fills the information class with data from a Listenable instance
         *
-        * @param       $listenerInstanc        An instance of a Listenable class
+        * @param       $listenerInstance       An instance of a Listenable class
         * @return      void
         */
        function fillWithListenerInformation (Listenable $listenerInstance);
+
+       /**
+        * Fills the information class with data from a ConnectionHelper instance
+        *
+        * @param       $helperInstance         An instance of a ConnectionHelper class
+        * @return      void
+        */
+       function fillWithConnectionHelperInformation (ConnectionHelper $helperInstance);
 }
 
 // [EOF]