N°8772 - Compiler: add static inputs

This commit is contained in:
Eric Espie
2025-12-10 17:53:31 +01:00
parent c40e7ab10e
commit 4d7183e067
6 changed files with 65 additions and 1 deletions

View File

@@ -52,6 +52,11 @@ PHP;
$aPHPFragments[] = $sLocalPHP;
if ($bIsRoot) {
// $sOutputPHP = <<<PHP
//namesapace Combodo\iTop\Forms\Block\Generated;
//
//PHP;
return implode("\n", $aPHPFragments);
}