N°8772 - XML description traduction to PHP wip

This commit is contained in:
Eric Espie
2025-12-01 14:28:45 +01:00
parent a88f33575d
commit 54aaf55a92
11 changed files with 17 additions and 16 deletions

View File

@@ -21,8 +21,8 @@ use Combodo\iTop\Forms\Register\IORegister;
class BooleanExpressionFormBlock extends AbstractExpressionFormBlock
{
// Outputs
public const OUTPUT_RESULT = "result";
public const OUTPUT_NOT_RESULT = "not_result";
public const OUTPUT_RESULT = "output_result";
public const OUTPUT_NOT_RESULT = "output_not_result";
/** @inheritdoc */
protected function RegisterIO(IORegister $oIORegister): void