validator component

This commit is contained in:
Benjamin Dalsass
2025-12-01 07:58:28 +01:00
parent 06e5c80786
commit 81f056a91c
349 changed files with 51716 additions and 52 deletions

View File

@@ -12,7 +12,11 @@ use Combodo\iTop\Forms\IO\Format\BooleanIOFormat;
use Combodo\iTop\Forms\Register\IORegister;
/**
* An abstract block to manage an expression.
* This block expose two boolean outputs: the result of the expression and its negation.
*
* @package Combodo\iTop\Forms\Block\Expression
* @since 3.3.0
*/
class BooleanExpressionFormBlock extends AbstractExpressionFormBlock
{