]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/tags/class_Tagable.php
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / interfaces / tags / class_Tagable.php
index 98000f5c7944fbf7fc3acbc04834a6ef509fd267..237c5cec7310f17d85eb741a20895e64931293e9 100644 (file)
@@ -26,7 +26,7 @@ interface Tagable extends FrameworkInterface {
         * Chooses the right protocol from given package data
         *
         * @param       $packageData    Raw package data
-        * @return      $protocolName   Name of the choosen procotol
+        * @return      $protocolInstance       An instance of a ProtocolHandler class
         */
        function chooseProtocolFromPackageData (array $packageData);