N°8772 - test driven compiler wip

This commit is contained in:
Eric Espie
2025-12-10 16:21:31 +01:00
parent 090925e28b
commit c40e7ab10e
13 changed files with 402 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ namespace Combodo\iTop\PropertyTree;
*/
class CollectionOfValues extends AbstractProperty
{
public function ToPHP(&$aPHPFragments = []): string
public function ToPHPFormBlock(&$aPHPFragments = []): string
{
return '';
}