ReCaptcha
extends Component
in package
Table of Contents
- $version : string
- Version of reCaptcha
- __construct() : mixed
- Create a new component instance.
- render() : View|string
- Get the view / contents that represent the component.
Properties
$version
Version of reCaptcha
public
string
$version
Methods
__construct()
Create a new component instance.
public
__construct([string $version = 'v3' ]) : mixed
Parameters
- $version : string = 'v3'
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|string