N°3517 - Clean-up pass on all block factories

This commit is contained in:
Molkobain
2021-11-10 19:35:50 +01:00
parent fffd4cf962
commit ca2124130f
29 changed files with 146 additions and 4 deletions

View File

@@ -12,7 +12,13 @@ use Combodo\iTop\Application\UI\Base\Component\Html\Html;
use Combodo\iTop\Application\UI\Base\UIBlock;
/**
* Class FieldUIBlockFactory
*
* Use it to make a "field" which is composed of a label and a value (which can be read-only or editable)
*
* @author Pierre Goiffon <pierre.goiffon@combodo.com>
* @since 3.0.0
* @internal
*/
class FieldUIBlockFactory extends AbstractUIBlockFactory
{