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

@@ -17,11 +17,16 @@ use Symfony\Component\Form\Extension\Core\Type\IntegerType;
* A block to manage an integer
* This block exposes a single output: the integer value.
*
* @package Combodo\iTop\Forms\Block\Base
* @api
* @package FormBlock
* @since 3.3.0
*/
class IntegerFormBlock extends AbstractTypeFormBlock
{
/**
* Integer output giving the value entered
* @api
*/
public const OUTPUT_INTEGER = 'integer';
public function GetFormType(): string