X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fhandler%2Fprotocol%2Fclass_HandleableProtocol.php;h=0a65360e16bbec5db3590216fae3c8d43e583f88;hp=8cfe6d60c8fd634efe0005ad7f8fe145c56cc208;hb=d66698c6c8077a1eebaede1be5107fca74432c0b;hpb=c66a5c7ddf1ff65fe8fbf09840836ad6793b1598 diff --git a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php index 8cfe6d60..0a65360e 100644 --- a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php +++ b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php @@ -23,11 +23,11 @@ */ interface HandleableProtocol extends Handleable { /** - * Getter for port number to satify HandleableProtocol + * Getter for protocol port number (if any) * - * @return $port The port number + * @return $port Port number used by the protocol (if any) */ - function getPort (); + function getProtocolPort (); /** * Getter for protocol name