]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/decorators/class_HubUdpListenerDecorator.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / listener / udp / decorators / class_HubUdpListenerDecorator.php
index 2f30e00d67da9cebed234143fa83774b87db73ab..374c188a729a4e05919b53dc7f6fc4990bfb67c7 100644 (file)
@@ -41,7 +41,7 @@ class HubUdpListenerDecorator extends BaseListenerDecorator implements Listenabl
         * @param       $listenerInstance       A Listener instance
         * @return      $decoratorInstance      An instance a prepared listener decorator class
         */
-       public final static function createHubUdpListenerDecorator (Listenable $listenerInstance) {
+       public static final function createHubUdpListenerDecorator (Listenable $listenerInstance) {
                // Get new instance
                $decoratorInstance = new HubUdpListenerDecorator();
 
@@ -57,7 +57,7 @@ class HubUdpListenerDecorator extends BaseListenerDecorator implements Listenabl
         *
         * @return      void
         */
-       public function initListener() {
+       public function initListener () {
                $this->partialStub('WARNING: This method should not be called.');
        }
 
@@ -66,7 +66,7 @@ class HubUdpListenerDecorator extends BaseListenerDecorator implements Listenabl
         *
         * @return      void
         */
-       public function doListen() {
+       public function doListen () {
                // Handle generic UDP package first
                $this->getListenerInstance()->doListen();