From e89f5278e0b2e7e382bfe12bc8b3f04c895ee94c Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 17 Oct 2014 20:01:57 +0200 Subject: [PATCH] Updated from hub code. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../handler/protocol/class_ProtocolHandler.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/inc/classes/interfaces/handler/protocol/class_ProtocolHandler.php b/inc/classes/interfaces/handler/protocol/class_ProtocolHandler.php index e06b6956..ed8c11e3 100644 --- a/inc/classes/interfaces/handler/protocol/class_ProtocolHandler.php +++ b/inc/classes/interfaces/handler/protocol/class_ProtocolHandler.php @@ -1,6 +1,6 @@ * @version 0.0.0 @@ -22,6 +22,19 @@ * along with this program. If not, see . */ interface ProtocolHandler extends Handleable { + /** + * Getter for port number to satify ProtocolHandler + * + * @return $port The port number + */ + function getPort (); + + /** + * Getter for protocol name + * + * @return $protocol Name of used protocol + */ + function getProtocolName (); } // [EOF] -- 2.39.2