mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
N°8771 - Add Symfony form component to iTop core
- WIP
This commit is contained in:
8
sources/Forms/Converter/AbstractConverter.php
Normal file
8
sources/Forms/Converter/AbstractConverter.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Combodo\iTop\Forms\Converter;
|
||||
|
||||
abstract class AbstractConverter
|
||||
{
|
||||
abstract public function Convert(mixed $oData): mixed;
|
||||
}
|
||||
Reference in New Issue
Block a user