]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/decorators/class_HubUdpListenerDecorator.php
Copyright notice updated
[hub.git] / application / hub / main / listener / udp / decorators / class_HubUdpListenerDecorator.php
index 2f30e00d67da9cebed234143fa83774b87db73ab..a1778738fb6bf61d2d6d2fd90684124e9379117f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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();
 
@@ -75,10 +75,10 @@ class HubUdpListenerDecorator extends BaseListenerDecorator implements Listenabl
        }
 
        /**
-        * Checks wether the listener would accept the given package data array
+        * Checks whether the listener would accept the given package data array
         *
         * @param       $packageData    Raw package data
-        * @return      $accepts                Wether this listener does accept
+        * @return      $accepts                Whether this listener does accept
         */
        public function ifListenerAcceptsPackageData (array $packageData) {
                // Get a tags instance