]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/visitor/class_
Copyright notice updated, our first hub application introduced (which is incomplete)
[hub.git] / application / hub / main / visitor / class_
index aa602f20b657f5bfd0c9af4041035d359e4f63ff..e8d6b388feb8760139f53c74a3738396311e43e3 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 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -30,12 +30,15 @@ class ???Visitor extends BaseVisitor implements Visitor {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
+
+               // Set visitor mode
+               $this->setVisitorMode('???');
        }
 
        /**
         * Creates an instance of this class
         *
-        * @return      $visitorInstance                An instance a Visitorable class
+        * @return      $visitorInstance        An instance a Visitorable class
         */
        public final static function create???Visitor () {
                // Get new instance