Redaxscript\Parser::__construct PHP Метод

__construct() публичный Метод

constructor of the class
С версии: 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;
    }