Code merge from ship-simu
[mailer.git] / inc / classes / main / helper / captcha / class_
index 758b205654be953a29596e013bd46751e9a04c29..5dca7ba2f953b490da07a16c1f720041b7d82fc1 100644 (file)
@@ -57,6 +57,7 @@ class ???Captcha extends BaseCaptcha implements SolveableCaptcha {
         * Initiates the CAPTCHA
         *
         * @return      void
+        * @todo        0% done
         */
        public function initiateCaptcha () {
                $this->partialStub("Please implement this method.");
@@ -66,6 +67,7 @@ class ???Captcha extends BaseCaptcha implements SolveableCaptcha {
         * Render the CAPTCHA code
         *
         * @return      void
+        * @todo        0% done
         */
        public function renderCode () {
                $this->partialStub("Please implement this method.");