SproutCMS

This is the code documentation for the SproutCMS project

function useClass()

Sets which library to use for CAPTCHA implementation

Usage

void Captcha::useClass ( string $class_name );

Arguments

  1. string $class_name
    e.g. DefaultCaptcha or Recaptcha

Return value

  • void