PHP-Parser
PHP-Parser copied to clipboard
Extend node to have invalid PHP code
I'm trying to automate a process where I need to convert a php file into a template file, and replace the values for many variables. The replacement seems to be easy enough, the documentation doesn't specify anything about extending the nodes to create a custom Node class to use, is there a way to do it?