mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
N°8772 - new LabelFormBlock and xml description wip
This commit is contained in:
14
sources/Forms/Block/DataModel/LabelFormBlock.php
Normal file
14
sources/Forms/Block/DataModel/LabelFormBlock.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2025 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Forms\Block\DataModel;
|
||||
|
||||
use Combodo\iTop\Forms\Block\Base\TextFormBlock;
|
||||
|
||||
class LabelFormBlock extends TextFormBlock
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user