Documentation

This commit is contained in:
Eric Espie
2026-01-27 16:37:17 +01:00
parent f3fddfe54e
commit 3092e9d5d4
31 changed files with 185 additions and 37 deletions

View File

@@ -12,15 +12,21 @@ use Combodo\iTop\Forms\IO\Format\NumberIOFormat;
use Combodo\iTop\Forms\Register\IORegister;
/**
* A block to manage an number expression.
* A block to manage a number expression.
* This block expose a number output: the result of the expression.
*
* @package Combodo\iTop\Forms\Block\Expression
* @api
* @package FormBlock
* @since 3.3.0
*/
class NumberExpressionFormBlock extends AbstractExpressionFormBlock
{
// Outputs
/**
* Number output of the result of the expression
* @api
*/
public const OUTPUT_RESULT = "result";
/** @inheritdoc */