VuFind API Documentation

ReCaptcha
in package

Recaptcha service

Tags
category

VuFind

author

Chris Hallberg crhallberg@gmail.com

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$recaptcha  : LaminasRecaptcha
Proxied helper
__call()  : mixed
Proxy calls to the Laminas ReCaptcha object.
__construct()  : mixed
Constructor
getHtml()  : string
Get the HTML code for the captcha

Properties

$recaptcha

Proxied helper

protected LaminasRecaptcha $recaptcha

Methods

__call()

Proxy calls to the Laminas ReCaptcha object.

public __call(string $method, array<string|int, mixed> $args) : mixed
Parameters
$method : string

Method to call

$args : array<string|int, mixed>

Method arguments

Return values
mixed

__construct()

Constructor

public __construct() : mixed
Return values
mixed

getHtml()

Get the HTML code for the captcha

public getHtml() : string

This method uses the public key to fetch a recaptcha form.

Tags
throws
Exception
Return values
string

Search results