/** * Constructor * * @return void */ function vB_HumanVerify_Recaptcha(&$registry) { parent::vB_HumanVerify_Abstract($registry); }
/** * Constructor * * @return void */ function vB_HumanVerify_Question(&$registry) { parent::vB_HumanVerify_Abstract($registry); }
/** * Constructor * * @return void */ function vB_HumanVerify_Image(&$registry) { parent::vB_HumanVerify_Abstract($registry); }
function vB_HumanVerify_KeyCAPTCHA(&$registry) { parent::vB_HumanVerify_Abstract($registry); }