N°4468 - Add data-resource-id meta-data on all buttons

This commit is contained in:
Molkobain
2021-11-22 15:44:27 +01:00
parent f57785e422
commit bd52f4fefb
6 changed files with 13 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ abstract class UIBlock implements iUIBlock
/** @var array Cache for the CSS classes of a block inheritance. Key is the block class, value is an array of CSS classes */
private static $aBlocksInheritanceCSSClassesCache = [];
/** @var string $sId */
/** @var string ID of the block */
protected $sId;
/**