X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fhelper%2Fcaptcha%2Fclass_;fp=inc%2Fclasses%2Fmain%2Fhelper%2Fcaptcha%2Fclass_;h=5dca7ba2f953b490da07a16c1f720041b7d82fc1;hp=758b205654be953a29596e013bd46751e9a04c29;hb=1fc59c41e4a5a4791dec393d4a69f0633f60fc15;hpb=c59dccf46c5d0e3b7f2687370b2b15023b1ecdfe diff --git a/inc/classes/main/helper/captcha/class_ b/inc/classes/main/helper/captcha/class_ index 758b20565..5dca7ba2f 100644 --- a/inc/classes/main/helper/captcha/class_ +++ b/inc/classes/main/helper/captcha/class_ @@ -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.");