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

@@ -8,7 +8,10 @@
namespace Combodo\iTop\Forms\IO\Converter;
/**
* Output converter.
* Abstract converter.
*
* @package Combodo\iTop\Forms\IO\Converter
* @since 3.3.0
*/
abstract class AbstractConverter
{