]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/cruncher/mcrypt/class_HubMcryptCruncher.php
A lot files renamed (sorry guys for the mess) and moved to sub directories
[hub.git] / application / hub / main / cruncher / mcrypt / class_HubMcryptCruncher.php
index c0f7ac8eba2de7cfb3fb05d34f23ac0cf6f78a11..d23236d86309e1bb8bf0653243bb7cc69ffc03e2 100644 (file)
@@ -30,6 +30,9 @@ class HubMcryptCruncher extends BaseHubCruncher implements CruncherHelper, Regis
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
+
+               // Set version number
+               $this->setVersion('0.0.0');
        }
 
        /**
@@ -70,13 +73,22 @@ class HubMcryptCruncher extends BaseHubCruncher implements CruncherHelper, Regis
         * @return      void
         */
        public function outputConsoleTeaser () {
-               $this->partialStub('Please implement this method.');
+               // Output all lines
+               $this->debugOutput(' ');
+               $this->debugOutput('MCrypt Cruncher v' . $this->getVersion() . ' is starting ...');
+               $this->debugOutput('Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2011 Hub Developer Team');
+               $this->debugOutput(' ');
+               $this->debugOutput('This program comes with ABSOLUTELY NO WARRANTY; for details see docs/COPYING.');
+               $this->debugOutput('This is free software, and you are welcome to redistribute it under certain');
+               $this->debugOutput('conditions; see docs/COPYING for details.');
+               $this->debugOutput(' ');
        }
 
        /**
         * Add some cruncher-specific filters
         *
         * @return      void
+        * @todo        0% done
         */
        public function addExtraCruncherFilters () {
                // Add some filters here