mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°8771 - Add Symfony form component to iTop core
- WIP
This commit is contained in:
16
sources/Forms/Block/Base/ChoiceFormBlock.php
Normal file
16
sources/Forms/Block/Base/ChoiceFormBlock.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Combodo\iTop\Forms\Block\Base;
|
||||
|
||||
use Combodo\iTop\Forms\Block\FormBlock;
|
||||
|
||||
class ChoiceFormBlock extends FormBlock
|
||||
{
|
||||
|
||||
public function __construct(array $aOptions = [])
|
||||
{
|
||||
parent::__construct($aOptions);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user