Anhskohbo\NoCaptcha\NoCaptcha::__construct PHP 메소드

__construct() 공개 메소드

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