]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/protocol/class_ProtocolHandler.php
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / interfaces / protocol / class_ProtocolHandler.php
index d8e818865cedfdd8cc4a69232c1d3b2f106bf0ed..9e45f14cc938d0c46510a9297cdf0c50bf370a67 100644 (file)
@@ -30,11 +30,11 @@ interface ProtocolHandler extends FrameworkInterface {
        function getPort ();
 
        /**
-        * Getter for protocol
+        * Getter for protocol name
         *
-        * @return      $protocol       Used protocol
+        * @return      $protocol       Name of used protocol
         */
-       function getProtocol ();
+       function getProtocolName ();
 }
 
 // [EOF]