Redaxscript\Parser::__construct PHP Method

__construct() public method

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