mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°8771 - Add Symfony form component to iTop core
- IO
This commit is contained in:
11
sources/Forms/Block/IO/Format/ClassIOFormat.php
Normal file
11
sources/Forms/Block/IO/Format/ClassIOFormat.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Combodo\iTop\Forms\Block\IO\Format;
|
||||
|
||||
class ClassIOFormat
|
||||
{
|
||||
public function __construct(public string $sClassName)
|
||||
{
|
||||
// validation du format sinon exception
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user