Also this one ...
authorRoland Haeder <roland@mxchange.org>
Sat, 12 Sep 2015 06:00:59 +0000 (08:00 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 12 Sep 2015 06:00:59 +0000 (08:00 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/listener/socket/class_SocketFileListener.php

index 53fc32b0cf095bb8c4278c4713870fca6b63f18c..fcb8dc8d9a2e06996a517f310d87995c527c0ac8 100644 (file)
@@ -84,15 +84,6 @@ class SocketFileListener extends BaseListener implements Listenable {
        public function monitorIncomingRawData () {
                $this->partialStub('Need to implement this method.');
        }
-
-       /**
-        * Getter for connection type
-        *
-        * @return      $connectionType         Connection type for this listener
-        */
-       public function getConnectionType () {
-               $this->partialStub('Need to implement this method.');
-       }
 }
 
 // [EOF]