A much better name is HandleableProtocol.
[core.git] / inc / classes / main / factories / client / class_ClientFactory.php
index 544ef8f178cf8e39515f60f8f7929bc7689a8b9e..3ef532d1bba38db2d08d4ae3d9265b8aeb9ade32 100644 (file)
@@ -36,7 +36,7 @@ class ClientFactory extends ObjectFactory {
         * Creates a client object for given protocol. This method uses the
         * registry pattern to cache those instances.
         *
-        * @param       $protocolInstance       An instance of a ProtocolHandler class to create a client object for (e.g. 'http' for a HTTP/1.1 client)
+        * @param       $protocolInstance       An instance of a HandleableProtocol class to create a client object for (e.g. 'http' for a HTTP/1.1 client)
         * @param       $socketResource         A valid socket resource (optional)
         * @return      $clientInstance         An instance of the requested client
         */