N°3123 - DataTables rework (WIP)

This commit is contained in:
Eric
2020-12-10 17:13:15 +01:00
parent b03c5232b0
commit 2bef89137e
24 changed files with 293 additions and 218 deletions

View File

@@ -24,7 +24,7 @@ class BlockChart extends UIBlock
/** @var int */
public $iChartCounter;
/** @var string */
public $sId;
public $sChartId;
/** @var string */
public $sUrl;
}