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

@@ -19,13 +19,22 @@ use Exception;
/**
* A block to choose some values from attribute of a given class.
*
* @package Combodo\iTop\Forms\Block\DataModel
* @api
* @package FormBlock
* @since 3.3.0
*/
class AttributeValueChoiceFormBlock extends ChoiceFormBlock
{
// inputs
/**
* Class input reflecting the selected class
* @api
*/
public const INPUT_CLASS_NAME = 'class';
/**
* String input reflecting the selected attribute
* @api
*/
public const INPUT_ATTRIBUTE = 'attribute';
/** @inheritdoc */