Boris Gurvich

Results 9 comments of Boris Gurvich

I've tried to get access to $node->getEscaping(), but apparently $node is very different between RendererAbstract and PhpRenderer, so I was able to implement it by adding (BApp::set/get - global registry)...

I was not aware of web/base folder. Are the template references remain unchanged in the code?

Hello, please give some more details. The procedure is described in README.md, at which step does it break down for you?

You'll need to know where you have PHP executable installed and use it: ``` \path\to\php convert.php ... ``` Or it is possible that `php` executable is already in your environment...

Actually the Abstract controller class should take the `__construct` from the original class. Works for me :) Could you please paste an isolated example of the controller that doesn't get...

Also, if there's no `__construct` in original class, during DI conversion, it would attempt find the parent with constructor and apply proper arguments and add `parent::__construct()`. See line 2239

And that reminded me why I've added safeguard against all caps classes...

Instead of `app/code/Community/Hyperpay` for source try specifying the parent folder of `app` , and make sure that your extension exists in magento copy as well.