]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/class_BaseListenerDecorator.php
Continued with refacturing:
[hub.git] / application / hub / main / listener / class_BaseListenerDecorator.php
index e45a78111342945810eacaff0416fe9e8ca9787c..bd09e8c745a6bf30d3ce902ca6f2423845904c23 100644 (file)
@@ -56,6 +56,15 @@ class BaseListenerDecorator extends BaseDecorator implements Visitable {
                return $this->getListenerInstance()->getListenPort();
        }
 
+       /**
+        * Getter for connection type
+        *
+        * @return      $connectionType         Connection type for this listener
+        */
+       public final function getConnectionType () {
+               return $this->getListenerInstance()->getConnectionType();
+       }
+
        /**
         * Accepts the visitor to process the visit "request"
         *