Redaxscript\Html\Form::__construct PHP Method

__construct() public method

constructor of the class
Since: 2.6.0
public __construct ( Registry $registry, Language $language )
$registry Redaxscript\Registry instance of the registry class
$language Redaxscript\Language instance of the language class
    public function __construct(Registry $registry, Language $language)
    {
        $this->_registry = $registry;
        $this->_language = $language;
    }