Hi Guys,
We were running version 10.0 Premium ad just updated to 13.0 Premium.
It seems the function getTemplateVariables just stopped working, same code, same docx template. Worked perfectly with version 10. Has something changed that would cause this? The following code snippet returns an empty array, previous retured the array of placeholders
$docx = new \Phpdocx\Create\CreateDocxFromTemplate(template.docx'); $docx->setTemplateSymbol('##'); // Placeholder identified with ## ... ## dd($docx->getTemplateVariables());
Andrew