label = $label; } /** * Retrieve the label for the CAPTCHA * @return string */ public function getLabel() { return $this->label; } /** * Retrieve optional view helper name to use when rendering this captcha * * @return string */ public function getHelperName() { return 'captcha/dumb'; } }