]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/class_BaseListenerDecorator.php
Many classes/interfaces added/continued:
[hub.git] / application / hub / main / listener / class_BaseListenerDecorator.php
index 5b4d71845f7417bfd9096e3251a312231b454b63..68fd9945465b9574dfb2f9b40a597e56ef8c2dd6 100644 (file)
@@ -106,6 +106,15 @@ class BaseListenerDecorator extends BaseDecorator implements Visitable {
        protected final function setListenerType ($listenerType) {
                $this->listenerType = $listenerType;
        }
+
+       /**
+        * Getter for peer pool instance
+        *
+        * @return      $poolInstance   The peer pool instance we shall set
+        */
+       public final function getPoolInstance () {
+               return $this->getListenerInstance()->getPoolInstance();
+       }
 }
 
 // [EOF]