]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/registration/class_BaseRegistration.php
Satisfied Pointer interface, but it will throw an exception ... ;-)
[core.git] / inc / classes / main / registration / class_BaseRegistration.php
index 5846ecec3b107e88ef7db34ed14de1824e9d6b3c..40d5223cf6d5f92feb47561709809b42565101e2 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general registration class.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,12 +25,12 @@ class BaseRegistration extends BaseFrameworkSystem {
        /**
         * Pre-registration filter chain
         */
-       private $preRegistrationFilter = null;
+       private $preRegistrationFilter = NULL;
 
        /**
         * Pre-registration filter chain
         */
-       private $postRegistrationFilter = null;
+       private $postRegistrationFilter = NULL;
 
        /**
         * Protected constructor