N°4482 - Polishing : Export page

This commit is contained in:
acognet
2022-01-14 11:52:55 +01:00
parent c1c264d6d8
commit 4923ac7015
2 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,9 @@ trait tInputLabel
protected $bIsLabelBefore = true;
/** @var string|null Label to display with the input (null for no label) */
protected $sLabel = null;
/**@String $sDescription for tooltip*/
/**@var string $sDescription for tooltip
* @since 3.0.1
*/
protected $sDescription;
/**