Redaxscript\Captcha::__construct PHP Method

__construct() public method

constructor of the class
Since: 2.4.0
public __construct ( Language $language )
$language Language instance of the language class
    public function __construct(Language $language)
    {
        $this->_language = $language;
    }