]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/class_
Merge branch 'master' into refacuring/protocol_handler
[hub.git] / application / hub / main / tasks / class_
index ca9549023a201a06a0d6264e11558f99514c2d78..c72f7d354a596e3df425783a82b48aa1bd232359 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * A ??? task for crunchers
+ * A ??? task for !!!
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class Cruncher???Task extends BaseTask implements Taskable, Visitable {
+class !!!???Task extends BaseTask implements Taskable, Visitable {
        /**
         * Protected constructor
         *
@@ -37,16 +37,16 @@ class Cruncher???Task extends BaseTask implements Taskable, Visitable {
         *
         * @return      $taskInstance   An instance of a Visitable class
         */
-       public final static function createCruncher???Task () {
+       public final static function create!!!???Task () {
                // Get new instance
-               $taskInstance = new Cruncher???Task();
+               $taskInstance = new !!!???Task();
 
                // Return the prepared instance
                return $taskInstance;
        }
 
        /**
-        * Accepts the visitor to process the visit "request"
+        * Accepts the visitor to process the visitor
         *
         * @param       $visitorInstance        An instance of a Visitor class
         * @return      void