Anhskohbo\NoCaptcha\NoCaptcha::__construct PHP Méthode

__construct() public méthode

NoCaptcha.
public __construct ( string $secret, string $sitekey )
$secret string
$sitekey string
    public function __construct($secret, $sitekey)
    {
        $this->secret = $secret;
        $this->sitekey = $sitekey;
    }